X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/2cf751456040ff2d071f554be97b62a2ab95f9ef..ee10c34aa9aa0aae5bbf294dab414b41b2827f1c:/hippotat/__init__.py diff --git a/hippotat/__init__.py b/hippotat/__init__.py index bb1f606..d8b119a 100644 --- a/hippotat/__init__.py +++ b/hippotat/__init__.py @@ -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))