diff options
author | 2014-11-10 11:56:51 +0100 | |
---|---|---|
committer | 2014-11-10 11:56:51 +0100 | |
commit | 0852ad27d129276b3eb1c40a14dfaa390175ea77 (patch) | |
tree | 3bf0b64209f0b3b811043858685ab149c11c322f /module/plugins/AccountManager.py | |
parent | Don't remove backslash and colon when save_path on windows (diff) | |
download | pyload-0852ad27d129276b3eb1c40a14dfaa390175ea77.tar.xz |
[PluginManager] Improve some routines
Diffstat (limited to 'module/plugins/AccountManager.py')
-rw-r--r-- | module/plugins/AccountManager.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/AccountManager.py b/module/plugins/AccountManager.py index b60375699..3cb14403a 100644 --- a/module/plugins/AccountManager.py +++ b/module/plugins/AccountManager.py @@ -43,7 +43,6 @@ class AccountManager(): if klass: self.plugins[plugin] = klass(self, self.accounts[plugin]) else: - self.logCritical(_("Account plugin %s not loaded") % plugin) raise return self.plugins[plugin] |