Screens/PluginBrowser.py: small cleanup. refs #383
[vuplus_dvbapp] / 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: