summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal
diff options
context:
space:
mode:
authorGravatar Bambie42 <Bambie42@users.noreply.github.com> 2015-08-26 14:36:59 +0200
committerGravatar Bambie42 <Bambie42@users.noreply.github.com> 2015-08-26 14:36:59 +0200
commit47ce7cd62c62d476094070e8d833033209c035e1 (patch)
tree12b1161863f1c1ff36bc417a6a106ef3b69827d0 /module/plugins/internal
parentSpare plugin updates (diff)
downloadpyload-47ce7cd62c62d476094070e8d833033209c035e1.tar.xz
partly fixes #1756
Diffstat (limited to 'module/plugins/internal')
-rw-r--r--module/plugins/internal/Captcha.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Captcha.py b/module/plugins/internal/Captcha.py
index c08050ee8..600fd1d34 100644
--- a/module/plugins/internal/Captcha.py
+++ b/module/plugins/internal/Captcha.py
@@ -120,7 +120,7 @@ class Captcha(Plugin):
self.log_warning(_("Error removing: %s") % tmp_img.name, e)
traceback.print_exc()
- self.log_info(_("Captcha result: ") + result) #@TODO: Remove from here?
+ #self.log_info(_("Captcha result: ") + result) #@TODO: Remove from here?
return result