summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/options/mkoptions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options/mkoptions.py b/src/options/mkoptions.py
index 4cc814a61..a7212641c 100644
--- a/src/options/mkoptions.py
+++ b/src/options/mkoptions.py
@@ -366,7 +366,6 @@ class SphinxGenerator:
res.append(val.format(opt['help']))
if opt['modes']:
- print(opt['modes'])
res.append(val.format(''))
res.append(val.format(opt['help_mode']))
res.append(val.format(''))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback