diff --git a/modules/expansion/sourcecache.py b/modules/expansion/sourcecache.py index f1283ff..6f9c39c 100755 --- a/modules/expansion/sourcecache.py +++ b/modules/expansion/sourcecache.py @@ -28,7 +28,6 @@ def handler(q=False): return misperrors enc_data = data.decode('ascii') r = {'results': [{'types': mispattributes['output'], 'values': tocache, 'data': enc_data}]} - print (r) return r