]> git.donarmstrong.com Git - neurodebian.git/blobdiff - tools/nd_popcon2stats
ENH: make JS a bit more compact for coloring subscriptions chart
[neurodebian.git] / tools / nd_popcon2stats
index 488f6dec8893047b484ad0245889cee894e0a358..35594018b98154f5040dfdbb96cdba6f1b88a6aa 100755 (executable)
@@ -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)')