From e3c5e2fe1f49e3010eed5db1af1175a245e0557c Mon Sep 17 00:00:00 2001 From: z00nx Date: Fri, 11 Jan 2013 13:51:27 +1100 Subject: Remove unneeded debugging --- module/plugins/hoster/CatShareNet.py | 1 - 1 file changed, 1 deletion(-) (limited to 'module/plugins/hoster/CatShareNet.py') diff --git a/module/plugins/hoster/CatShareNet.py b/module/plugins/hoster/CatShareNet.py index ef77071a3..431ced356 100644 --- a/module/plugins/hoster/CatShareNet.py +++ b/module/plugins/hoster/CatShareNet.py @@ -20,7 +20,6 @@ class CatShareNet(SimpleHoster): RECAPTCHA_KEY = "6Lfln9kSAAAAANZ9JtHSOgxUPB9qfDFeLUI_QMEy" def handleFree(self): - self.logDebug(self.pyfile.url) found = re.search(self.SECONDS_PATTERN, self.html) seconds = int(found.group(1)) self.logDebug("Seconds found", seconds) -- cgit v1.2.3