aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens')
-rwxr-xr-xlib/python/Screens/PluginBrowser.py1
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: