From 6ea64f6225d623a23fee4d16965111e26ee74ffa Mon Sep 17 00:00:00 2001 From: acid-burn Date: Tue, 19 Jan 2010 14:10:56 +0100 Subject: [PATCH] Screens/PluginBrowser.py: small cleanup. refs #383 --- lib/python/Screens/PluginBrowser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/python/Screens/PluginBrowser.py b/lib/python/Screens/PluginBrowser.py index c7909ff..69bf80f 100755 --- a/lib/python/Screens/PluginBrowser.py +++ b/lib/python/Screens/PluginBrowser.py @@ -89,7 +89,6 @@ class PluginBrowser(Screen): def openExtensionmanager(self): if fileExists(resolveFilename(SCOPE_PLUGINS, "SystemPlugins/SoftwareManager/plugin.py")): - print "blah" try: from Plugins.SystemPlugins.SoftwareManager.plugin import PluginManager except ImportError: -- 2.7.4