quiet some debug output

This commit is contained in:
Mike McLean 2007-12-14 15:00:11 -07:00
parent 36e802b55d
commit 8a5780448d

View file

@ -1373,7 +1373,8 @@ def handle_prune_signed_copies(options, session, args):
time.asctime(time.localtime(replaced_ts)))
last_latest = max(timestamps)
if last_latest > cutoff_ts:
print "%s was latest past the cutoff" % nvr
if options.debug:
print "%s was latest past the cutoff" % nvr
is_latest = True
break
if is_latest: