From 5180426fc161b70e402aaf8bad6c2564d298d29f Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 31 Aug 2013 17:09:23 +0200 Subject: [PATCH] Remove debug print --- couchpotato/core/plugins/userscript/main.py | 2 -- 1 file changed, 2 deletions(-) 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)