From 0852ad27d129276b3eb1c40a14dfaa390175ea77 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 10 Nov 2014 11:56:51 +0100 Subject: [PluginManager] Improve some routines --- module/plugins/AccountManager.py | 1 - 1 file changed, 1 deletion(-) (limited to 'module/plugins/AccountManager.py') 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] -- cgit v1.2.3