Browse Source

Remove debug print

pull/1981/merge
Ruud 12 years ago
parent
commit
5180426fc1
  1. 2
      couchpotato/core/plugins/userscript/main.py

2
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)

Loading…
Cancel
Save