summaryrefslogtreecommitdiffstats
path: root/module/AccountManager.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-09-06 19:54:46 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-09-06 19:54:46 +0200
commit41c26097b627cfaa15dcaa473d4300e5d0ec268d (patch)
treeac37ad877be45ee36057b43bde58580023360caa /module/AccountManager.py
parentrecheck fix, account update fix (diff)
downloadpyload-41c26097b627cfaa15dcaa473d4300e5d0ec268d.tar.xz
final fixesv0.4.1
Diffstat (limited to 'module/AccountManager.py')
-rw-r--r--module/AccountManager.py1
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)