From 0ab1bf226b217ab6b446834bbc185a33a1d31425 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 10 Oct 2006 11:29:00 +0000 Subject: remove debug --- lib/python/Screens/InfoBarGenerics.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/python') 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): -- cgit v1.2.3