PR#3695: remove debug print
Merges #3695 https://pagure.io/koji/pull-request/3695
This commit is contained in:
commit
6fb0922c71
1 changed files with 0 additions and 1 deletions
|
|
@ -12381,7 +12381,6 @@ class RootExports(object):
|
|||
koji.CHECKSUM_TYPES[r['checksum_type']])
|
||||
# delete key if everything was removed
|
||||
if not missing_chsum_sigkeys[r['sigkey']]:
|
||||
print(f'deleting {r["sigkey"]}')
|
||||
del missing_chsum_sigkeys[r['sigkey']]
|
||||
|
||||
if missing_chsum_sigkeys:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue