...remove debug print

Alas, hasty mergers
I'm not force-pushing master on a 1030-star repo because of an accidental debug line, no sirrre.
This commit is contained in:
TheAMM 2017-08-20 04:06:04 +03:00
parent 39fcfc0058
commit 6aab5557d6
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ def validate_torrent_post_upload(torrent, upload_form=None):
if torrent.user is None and torrent.filesize < minimum_anonymous_torrent_size:
errors['torrent_file'].append('Torrent too small for an anonymous uploader')
print(errors)
# Remove keys with empty lists
errors = {k: v for k, v in errors.items() if v}
if errors: