From dde6a329fdaa5dca48080770dee82cb51cf12585 Mon Sep 17 00:00:00 2001 From: mkaay Date: Wed, 22 Dec 2010 13:45:30 +0100 Subject: refactoring part 1: deprecation warnings, reduced debug, cookie compatibility --- module/plugins/Account.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'module/plugins/Account.py') diff --git a/module/plugins/Account.py b/module/plugins/Account.py index 7867ccdcd..0c2bcb770 100644 --- a/module/plugins/Account.py +++ b/module/plugins/Account.py @@ -56,8 +56,6 @@ class Account(): data["valid"] = False if self.core.debug: print_exc() - finally: - req.clean() def setAccounts(self, accounts): self.accounts = accounts @@ -96,8 +94,6 @@ class Account(): raise Exception("Wrong return format") except Exception, e: infos = {"error": str(e)} - finally: - req.clean() self.core.log.debug("Account Info: %s" % str(infos)) self.infos[name] = infos -- cgit v1.2.3