remove debug
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 10 Oct 2006 11:29:00 +0000 (11:29 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 10 Oct 2006 11:29:00 +0000 (11:29 +0000)
lib/python/Screens/InfoBarGenerics.py

index 4d4bd7aab798e4ab2732bcd6f4a14bf085465eed..c6c93d1af8574a5f5843d601118d39a15a87f049 100644 (file)
@@ -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):