diff options
author | 2015-09-21 23:35:58 +0200 | |
---|---|---|
committer | 2015-09-21 23:35:58 +0200 | |
commit | 34244c7a49b099d30456e0bd80cf26a2be3a3208 (patch) | |
tree | 306e77f19f37eb8f1af775c321c9df8de6b394c0 /module/plugins/internal/Captcha.py | |
parent | [FastixRu] Fixup (diff) | |
download | pyload-34244c7a49b099d30456e0bd80cf26a2be3a3208.tar.xz |
Spare improvements and fixes (2)
Diffstat (limited to 'module/plugins/internal/Captcha.py')
-rw-r--r-- | module/plugins/internal/Captcha.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/plugins/internal/Captcha.py b/module/plugins/internal/Captcha.py index dd5493ce9..d2be21a58 100644 --- a/module/plugins/internal/Captcha.py +++ b/module/plugins/internal/Captcha.py @@ -4,7 +4,6 @@ from __future__ import with_statement import os import time -import traceback from module.plugins.internal.Plugin import Plugin @@ -117,7 +116,6 @@ class Captcha(Plugin): except OSError, e: self.log_warning(_("Error removing: %s") % tmp_img.name, e) - traceback.print_exc() #self.log_info(_("Captcha result: ") + result) #@TODO: Remove from here? |