From a0dc5c075a34b787fc9e938db7d78d6c3f9cd6cb Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 12 Jan 2013 16:05:54 +0100 Subject: [PATCH] Remove print --- couchpotato/core/plugins/manage/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/couchpotato/core/plugins/manage/main.py b/couchpotato/core/plugins/manage/main.py index 40336e5f..ead5b6ea 100644 --- a/couchpotato/core/plugins/manage/main.py +++ b/couchpotato/core/plugins/manage/main.py @@ -135,7 +135,6 @@ class Manage(Plugin): already_used = used_files.get(release_file['path']) if already_used: - print already_used, release['id'] if already_used < release['id']: fireEvent('release.delete', release['id'], single = True) # delete this one else: