remove debug
[enigma2.git] / lib / python / Screens / Menu.py
index 9f0db4254d9318698df21a78e07c7fb3a822b568..7c084d4547738f334f424bf57a745020bd18f627 100644 (file)
@@ -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