debug fix
[hippotat] / hippotat / __init__.py
index bb1f606..d8b119a 100644 (file)
@@ -462,7 +462,7 @@ just `+': all DFLAGs.
   (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))