changeset 387:4eda36618ca2 plus

remove debug print
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Sat, 20 Jun 2026 15:03:12 +0100
parents 69264e6389e2
children 531a85706485
files lib/python/cc/ix.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/python/cc/ix.py	Sat Jun 20 14:58:59 2026 +0100
+++ b/lib/python/cc/ix.py	Sat Jun 20 15:03:12 2026 +0100
@@ -272,7 +272,7 @@
   parser._action_groups.sort(key=lambda g:g.title)
   #parser.print_help()
   pa=parser.parse_args(sys.argv[1:])
-  print(pa,file=sys.stderr)
+  #print(pa,file=sys.stderr)
   if pa.length is not None:
     # We have to enforce our own check..
     if pa.offset is None or pa.filename is None: