X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/bb2987585250d140bc125d8e316f2381421447e4..6ea64f6225d623a23fee4d16965111e26ee74ffa:/lib/python/Screens/PluginBrowser.py 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: