From 43e62731726cb6b47bcabe4824eee7ee8cad98d5 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 20 Mar 2016 19:26:34 +0100 Subject: [PATCH] Debug removed --- modules/expansion/sourcecache.py | 1 - 1 file changed, 1 deletion(-) 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