quiet some debug output
This commit is contained in:
parent
36e802b55d
commit
8a5780448d
1 changed files with 2 additions and 1 deletions
3
cli/koji
3
cli/koji
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue