From 99d3895e126870b897f9ebb594415031d3202257 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 20 May 2013 23:07:19 -0400 Subject: [PATCH] no debug printouts in "production" --- tools/nd_popcon2stats | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/nd_popcon2stats b/tools/nd_popcon2stats index 488f6de..3559401 100755 --- a/tools/nd_popcon2stats +++ b/tools/nd_popcon2stats @@ -35,7 +35,9 @@ def error(msg): sys.stderr.write('E: %s\n' % msg) def info(msg): - sys.stderr.write("I: %s\n" % msg) + # print nothing ATM + # sys.stderr.write("I: %s\n" % msg) + pass file_regex = re.compile('.*popcon-(\d{4}-\d{1,2}-\d{1,2})(|.gz)') -- 2.39.2