From 7f90135947082c99507562e338cf9f463d10ba6a Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 2 Oct 2012 22:16:21 +0200 Subject: [PATCH] checksnatched debug code leftover. fix #892 --- couchpotato/core/plugins/renamer/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/couchpotato/core/plugins/renamer/main.py b/couchpotato/core/plugins/renamer/main.py index 87bcad6d..9e372363 100644 --- a/couchpotato/core/plugins/renamer/main.py +++ b/couchpotato/core/plugins/renamer/main.py @@ -551,8 +551,7 @@ class Renamer(Plugin): if item['status'] == 'busy': pass elif item['status'] == 'failed': - if item['delete']: - fireEvent('download.remove_failed', item, single = True) + fireEvent('download.remove_failed', item, single = True) if self.conf('next_on_failed'): fireEvent('searcher.try_next_release', movie_id = rel.movie_id)