diff options
Diffstat (limited to 'lib/python/Screens/Menu.py')
| -rw-r--r-- | lib/python/Screens/Menu.py | 1 |
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 |
