diff options
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 |
