From: Yaroslav Halchenko Date: Tue, 21 May 2013 03:07:19 +0000 (-0400) Subject: no debug printouts in "production" X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=99d3895e126870b897f9ebb594415031d3202257;p=neurodebian.git no debug printouts in "production" --- 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)')