From: Ian Jackson Date: Sun, 2 Apr 2017 03:00:29 +0000 (+0100) Subject: debug fix X-Git-Tag: hippotat/1.0.0~55^2~134 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=hippotat.git;a=commitdiff_plain;h=ee10c34aa9aa0aae5bbf294dab414b41b2827f1c debug fix --- 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))