diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-22 20:17:28 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-22 20:17:28 +0000 |
| commit | ec39223e94886325bb5bc385faf4a7236a6ab3e2 (patch) | |
| tree | 012b3ef6879cb278a8c700f65be1253736238146 /lib/python | |
| parent | 9265166c3f7a24bc6e9938b8d9a790d31dee5bb4 (diff) | |
| download | enigma2-ec39223e94886325bb5bc385faf4a7236a6ab3e2.tar.gz enigma2-ec39223e94886325bb5bc385faf4a7236a6ab3e2.zip | |
remove debug
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/Wizard.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Screens/Wizard.py b/lib/python/Screens/Wizard.py index 788f29d9..b0b2502d 100644 --- a/lib/python/Screens/Wizard.py +++ b/lib/python/Screens/Wizard.py @@ -135,7 +135,6 @@ class Wizard(Screen, HelpableScreen): def getStepWithID(self, id): count = 0 - print self.wizard for x in self.wizard: if self.wizard[x]["id"] == id: return count |
