diff options
author | z00nx <z00nx0@gmail.com> | 2013-01-11 03:51:27 +0100 |
---|---|---|
committer | z00nx <z00nx0@gmail.com> | 2013-01-11 03:51:27 +0100 |
commit | e3c5e2fe1f49e3010eed5db1af1175a245e0557c (patch) | |
tree | e4ffa8458fc419f3fd4b85536f6f1201ee6aa162 /module | |
parent | Initial CatShareNet plugin (diff) | |
download | pyload-e3c5e2fe1f49e3010eed5db1af1175a245e0557c.tar.xz |
Remove unneeded debugging
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hoster/CatShareNet.py | 1 |
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) |