removed verbosity

This commit is contained in:
Michael Murtaugh 2018-02-22 16:08:54 +01:00
parent ca4276e93b
commit 4f7092010c

View File

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