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