Browse Source

removed verbosity

add-quote-import
Michael Murtaugh 6 years ago
parent
commit
4f7092010c
  1. 2
      etherdump/commands/index.py

2
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)

Loading…
Cancel
Save