summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-06-22 20:24:06 +0300
committerLars Wirzenius <liw@liw.fi>2019-06-22 20:28:00 +0300
commitfae7a206cb0204bed44ae3c54c5a5a05091df994 (patch)
tree4b4eb470a3a14723a525bcd40a712b02f53d9cbd
parentdc38f5eef65358ce8d2926d2b70536d345d367d5 (diff)
downloadfable-poc-fae7a206cb0204bed44ae3c54c5a5a05091df994.tar.gz
Change: disable debug output
-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()