summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/q2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/q b/bin/q
index 8653878..dc95d16 100755
--- a/bin/q
+++ b/bin/q
@@ -50,7 +50,7 @@ import uuid
import cStringIO
import math
-DEBUG = True
+DEBUG = False
def get_stdout_encoding(encoding_override=None):
if encoding_override is not None and encoding_override != 'none':