diff --git a/couchpotato/core/plugins/userscript/main.py b/couchpotato/core/plugins/userscript/main.py index a940bee3..1b3cfe3d 100644 --- a/couchpotato/core/plugins/userscript/main.py +++ b/couchpotato/core/plugins/userscript/main.py @@ -81,8 +81,6 @@ class Userscript(Plugin): def getViaUrl(self, url = None, **kwargs): - print url - params = { 'url': url, 'movie': fireEvent('userscript.get_movie_via_url', url = url, single = True)