summaryrefslogtreecommitdiffstats
path: root/module/plugins
diff options
context:
space:
mode:
authorGravatar z00nx <z00nx0@gmail.com> 2013-01-11 03:51:27 +0100
committerGravatar z00nx <z00nx0@gmail.com> 2013-01-11 03:51:27 +0100
commite3c5e2fe1f49e3010eed5db1af1175a245e0557c (patch)
treee4ffa8458fc419f3fd4b85536f6f1201ee6aa162 /module/plugins
parentInitial CatShareNet plugin (diff)
downloadpyload-e3c5e2fe1f49e3010eed5db1af1175a245e0557c.tar.xz
Remove unneeded debugging
Diffstat (limited to 'module/plugins')
-rw-r--r--module/plugins/hoster/CatShareNet.py1
1 files changed, 0 insertions, 1 deletions
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)