chiark / gitweb /
debug fix
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 2 Apr 2017 03:00:29 +0000 (04:00 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 2 Apr 2017 03:00:29 +0000 (04:00 +0100)
hippotat/__init__.py

index bb1f606f137327b016e94f72fb2ed86b186c98f3..d8b119a2b5c70d345605231dc6e2e2920dbfba8d 100644 (file)
@@ -462,7 +462,7 @@ just `+': all DFLAGs.
   (opts, args) = optparser.parse_args()
   if len(args): optparser.error('no non-option arguments please')
 
   (opts, args) = optparser.parse_args()
   if len(args): optparser.error('no non-option arguments please')
 
-  print(repr(debug_set), file=sys.stderr)
+  #print(repr(debug_set), file=sys.stderr)
 
   re = regexp.compile('#.*')
   cfg.read_string(re.sub('', defcfg))
 
   re = regexp.compile('#.*')
   cfg.read_string(re.sub('', defcfg))