X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FEpgSelection.py;h=ba49f3147ba5eecae70949485bdc9e661c45b0bc;hb=430284954068906c8e2ad3ac4479292f145610c4;hp=0f057ac70adc18ef1c01b554e97fffa7b41cc2ab;hpb=29f60fdaf6f0ff1dd112c9e0e913ec734b304bf1;p=vuplus_dvbapp diff --git a/lib/python/Screens/EpgSelection.py b/lib/python/Screens/EpgSelection.py index 0f057ac..ba49f31 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)