From 6aab5557d6575f3475393ecb31ef3d72f43e9ff1 Mon Sep 17 00:00:00 2001 From: TheAMM Date: Sun, 20 Aug 2017 04:06:04 +0300 Subject: [PATCH] ...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. --- nyaa/backend.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nyaa/backend.py b/nyaa/backend.py index 8c03a18..89c9f09 100644 --- a/nyaa/backend.py +++ b/nyaa/backend.py @@ -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: