diff options
Diffstat (limited to 'module/AccountManager.py')
-rw-r--r-- | module/AccountManager.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |