From: Andreas Monzner Date: Tue, 10 Oct 2006 11:29:00 +0000 (+0000) Subject: remove debug X-Git-Tag: 2.6.0~2959 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/0ab1bf226b217ab6b446834bbc185a33a1d31425?hp=ef185ec558afc3e5fce987e63109c51280019ee7 remove debug --- diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 4d4bd7aa..c6c93d1a 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -246,7 +246,6 @@ class InfoBarChannelSelection: #instantiate forever self.servicelist = self.session.instantiateDialog(ChannelSelection) - print "__init__: servicelist is", self.servicelist if config.misc.initialchannelselection.value: self.onShown.append(self.firstRun) @@ -277,7 +276,6 @@ class InfoBarChannelSelection: self.onShown.remove(self.firstRun) config.misc.initialchannelselection.value = False config.misc.initialchannelselection.save() - print "servicelist is", self.servicelist self.switchChannelDown() def historyBack(self):