Private GIT

Skip to content
Snippets Groups Projects
Commit a0dc5c07 authored by Ruud's avatar Ruud
Browse files

Remove print

parent a264c75f
Branches
Tags
No related merge requests found
...@@ -135,7 +135,6 @@ class Manage(Plugin): ...@@ -135,7 +135,6 @@ class Manage(Plugin):
already_used = used_files.get(release_file['path']) already_used = used_files.get(release_file['path'])
if already_used: if already_used:
print already_used, release['id']
if already_used < release['id']: if already_used < release['id']:
fireEvent('release.delete', release['id'], single = True) # delete this one fireEvent('release.delete', release['id'], single = True) # delete this one
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment