From 3c3f41b61d54bae81e0f6ccea40e9d8dbe3a4337 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sat, 6 May 2006 16:39:50 +0000 Subject: [PATCH 1/1] remove debug --- lib/python/Screens/EpgSelection.py | 2 -- 1 file changed, 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) -- 2.30.2