diff options
author | 2015-08-30 00:04:16 +0200 | |
---|---|---|
committer | 2015-08-30 00:04:16 +0200 | |
commit | 03375f366dbcbfede16d424ed582615dcae37972 (patch) | |
tree | c6fd78da4dfb33fe6cfadcf90f7055b4d3a1145c /module/plugins/internal/Captcha.py | |
parent | Merge pull request #1774 from GammaC0de/patch-2 (diff) | |
parent | partly fixes #1756 (diff) | |
download | pyload-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.py | 2 |
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 |