diff options
Diffstat (limited to 'lib/python')
| -rwxr-xr-x | lib/python/Screens/PluginBrowser.py | 1 |
1 files changed, 0 insertions, 1 deletions
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: |
