summaryrefslogtreecommitdiff
path: root/ftt-docgen
diff options
context:
space:
mode:
Diffstat (limited to 'ftt-docgen')
-rwxr-xr-xftt-docgen2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftt-docgen b/ftt-docgen
index 9a46223..93a6fb3 100755
--- a/ftt-docgen
+++ b/ftt-docgen
@@ -224,7 +224,7 @@ def walk(o, func):
walk(c, func)
def debug(msg):
- if True:
+ if False:
sys.stderr.write('DEBUG: {}\n'.format(msg))
sys.stderr.flush()