From ee10c34aa9aa0aae5bbf294dab414b41b2827f1c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 2 Apr 2017 04:00:29 +0100 Subject: [PATCH] debug fix --- hippotat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.30.2