diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-10-10 01:59:29 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-10-10 01:59:29 +0000 |
| commit | 9c23db1bfd7ff0d851e9557124deb69aa9789105 (patch) | |
| tree | 4c5e2a889668a39a8d4cb91966fb9812791720de /lib/python | |
| parent | c4c715c30fd6df0beb5c197af52086081216891a (diff) | |
| download | enigma2-9c23db1bfd7ff0d851e9557124deb69aa9789105.tar.gz enigma2-9c23db1bfd7ff0d851e9557124deb69aa9789105.zip | |
remove debug
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/Satconfig.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index 5c4e6903..a72d7564 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -60,7 +60,6 @@ class NimSetup(Screen, ConfigListScreen): # SATs self.advancedSatsEntry = getConfigListEntry(_("Satellite"), self.nimConfig.advanced.sats) self.list.append(self.advancedSatsEntry) - print "blub", self.nimConfig.advanced.sat currSat = self.nimConfig.advanced.sat[self.nimConfig.advanced.sats.orbital_position] self.fillListWithAdvancedSatEntrys(currSat) self.have_advanced = True |
