diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-06 16:39:50 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-06 16:39:50 +0000 |
| commit | 3c3f41b61d54bae81e0f6ccea40e9d8dbe3a4337 (patch) | |
| tree | 66f18345f86501e0524b60a7e34c866b2e9b7929 /lib/python/Screens/EpgSelection.py | |
| parent | 29f60fdaf6f0ff1dd112c9e0e913ec734b304bf1 (diff) | |
| download | enigma2-3c3f41b61d54bae81e0f6ccea40e9d8dbe3a4337.tar.gz enigma2-3c3f41b61d54bae81e0f6ccea40e9d8dbe3a4337.zip | |
remove debug
Diffstat (limited to 'lib/python/Screens/EpgSelection.py')
| -rw-r--r-- | lib/python/Screens/EpgSelection.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Screens/EpgSelection.py b/lib/python/Screens/EpgSelection.py index 0f057ac7..ba49f314 100644 --- a/lib/python/Screens/EpgSelection.py +++ b/lib/python/Screens/EpgSelection.py @@ -106,8 +106,6 @@ class EPGSelection(Screen): cur = self["list"].getCurrent() event = cur[0] service = cur[1] - print "event", cur[0] - print "service", cur[1] if event is not None: if self.type != EPG_TYPE_SIMILAR: self.session.open(EventViewSimple, event, service, self.eventViewCallback, self.openSimilarList) |
