summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/Captcha.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-08-30 00:04:16 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-08-30 00:04:16 +0200
commit03375f366dbcbfede16d424ed582615dcae37972 (patch)
treec6fd78da4dfb33fe6cfadcf90f7055b4d3a1145c /module/plugins/internal/Captcha.py
parentMerge pull request #1774 from GammaC0de/patch-2 (diff)
parentpartly fixes #1756 (diff)
downloadpyload-03375f366dbcbfede16d424ed582615dcae37972.tar.xz
Merge pull request #1789 from Bambie42/stable
[LinkCryptWs] partly fixes #1756
Diffstat (limited to 'module/plugins/internal/Captcha.py')
-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