diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-01-25 00:38:30 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-01-25 00:38:30 +0000 |
| commit | 32d530ac559b171b6d1885c1c7b5fa3aacbb7189 (patch) | |
| tree | 8da4ca4ccb21759cb1aedeea6f7ea39a40a5899e /lib/python/Screens/Menu.py | |
| parent | 4b6e242926aca6d13fb82eca9272b8a6c0dc4226 (diff) | |
| download | enigma2-32d530ac559b171b6d1885c1c7b5fa3aacbb7189.tar.gz enigma2-32d530ac559b171b6d1885c1c7b5fa3aacbb7189.zip | |
remove debug
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 |
