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)