From 41c26097b627cfaa15dcaa473d4300e5d0ec268d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 6 Sep 2010 19:54:46 +0200 Subject: final fixes --- module/AccountManager.py | 1 - 1 file changed, 1 deletion(-) (limited to 'module/AccountManager.py') diff --git a/module/AccountManager.py b/module/AccountManager.py index 9234f367d..6bfb63820 100644 --- a/module/AccountManager.py +++ b/module/AccountManager.py @@ -140,7 +140,6 @@ class AccountManager(): #---------------------------------------------------------------------- def updateAccount(self, plugin , user, password, options): """add or update account""" - print accounts if self.accounts.has_key(plugin): p = self.getAccountPlugin(plugin) p.updateAccounts(user, password, options) -- cgit v1.2.3