From: acid-burn Date: Tue, 19 Jan 2010 13:10:56 +0000 (+0100) Subject: Screens/PluginBrowser.py: small cleanup. refs #383 X-Git-Tag: 2.8.0~78^2 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/6ea64f6225d623a23fee4d16965111e26ee74ffa Screens/PluginBrowser.py: small cleanup. refs #383 --- diff --git a/lib/python/Screens/PluginBrowser.py b/lib/python/Screens/PluginBrowser.py index c7909ffb..69bf80f7 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: