From 4f7092010cd816a364eef036d5ae95817a4c0062 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Thu, 22 Feb 2018 16:08:54 +0100 Subject: [PATCH] removed verbosity --- etherdump/commands/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherdump/commands/index.py b/etherdump/commands/index.py index db86c5c..23dfb5f 100644 --- a/etherdump/commands/index.py +++ b/etherdump/commands/index.py @@ -218,7 +218,7 @@ def main (args): p = get_best_pad(x) if p: if not has_version(p, x): - print ("Grouping file {0} with pad {1}".format(x, p['padid']), file=sys.stderr) + # print ("Grouping file {0} with pad {1}".format(x, p['padid']), file=sys.stderr) p['versions'].append(wrappath(x)) # else: # print ("Skipping existing version {0} ({1})...".format(x, p['padid']), file=sys.stderr)