aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Menu.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Screens/Menu.py b/lib/python/Screens/Menu.py
index 9f0db425..7c084d45 100644
--- a/lib/python/Screens/Menu.py
+++ b/lib/python/Screens/Menu.py
@@ -197,7 +197,6 @@ class Menu(Screen):
# check if a plugin overrides an existing menu
plugin_menuid = l[2]
for x in list:
- print x[2], plugin_menuid
if x[2] == plugin_menuid:
list.remove(x)
break