diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-06-06 22:36:33 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-06-06 22:36:33 +0000 |
| commit | b6b6389c4e87b46e974e80b0eeb024d6ed999362 (patch) | |
| tree | d82a623470dd50a14feeb3ba0aa4252fd1a3570a /lib/python/Screens | |
| parent | 83fa9db5a2a4acb79d71f9a662f086d2931c63ae (diff) | |
| download | enigma2-b6b6389c4e87b46e974e80b0eeb024d6ed999362.tar.gz enigma2-b6b6389c4e87b46e974e80b0eeb024d6ed999362.zip | |
remove unneeded comment
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/ScanSetup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py index 32e19f55..19ef9810 100644 --- a/lib/python/Screens/ScanSetup.py +++ b/lib/python/Screens/ScanSetup.py @@ -839,7 +839,6 @@ class ScanSimple(ConfigListScreen, Screen, CableTransponderSearchSupport): self.buildTransponderList() def buildTransponderList(self): # this method is called multiple times because of asynchronous stuff - print "buildTransponderList" APPEND_NOW = 0 SEARCH_CABLE_TRANSPONDERS = 1 action = APPEND_NOW |
