From 935938474ca482cf53c49d9d11bf121bae9810a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20K=C3=A5berg?= Date: Thu, 5 Dec 2013 16:23:07 +0100 Subject: [PATCH] SCC Provider: remove debug info --- couchpotato/core/providers/torrent/sceneaccess/main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/couchpotato/core/providers/torrent/sceneaccess/main.py b/couchpotato/core/providers/torrent/sceneaccess/main.py index b33b1a16..5db25bae 100644 --- a/couchpotato/core/providers/torrent/sceneaccess/main.py +++ b/couchpotato/core/providers/torrent/sceneaccess/main.py @@ -122,8 +122,6 @@ class Season(SeasonProvider, Base): ] def buildUrl(self, media, quality): - print "########################" - print quality['identifier'] return self._buildUrl(fireEvent('searcher.get_search_title', media['library']['root_library']), quality['identifier']) class Episode(EpisodeProvider, Base): @@ -134,6 +132,4 @@ class Episode(EpisodeProvider, Base): ] def buildUrl(self, media, quality): - print "########################" - print quality['identifier'] return self._buildUrl(fireEvent('searcher.get_search_title', media['library']['root_library']), quality['identifier']) \ No newline at end of file