Screens/PluginBrowser.py: small cleanup. refs #383
authoracid-burn <acid-burn@opendreambox.org>
Tue, 19 Jan 2010 13:10:56 +0000 (14:10 +0100)
committeracid-burn <acid-burn@opendreambox.org>
Tue, 19 Jan 2010 13:10:56 +0000 (14:10 +0100)
lib/python/Screens/PluginBrowser.py

index c7909ff..69bf80f 100755 (executable)
@@ -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: