diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-10 11:29:00 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-10 11:29:00 +0000 |
| commit | 0ab1bf226b217ab6b446834bbc185a33a1d31425 (patch) | |
| tree | 4ed89e793ac7f5f46815dc73c897f80337eab7aa /lib/python/Screens | |
| parent | ef185ec558afc3e5fce987e63109c51280019ee7 (diff) | |
| download | enigma2-0ab1bf226b217ab6b446834bbc185a33a1d31425.tar.gz enigma2-0ab1bf226b217ab6b446834bbc185a33a1d31425.zip | |
remove debug
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 2 |
1 files changed, 0 insertions, 2 deletions
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): |
