aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Wizard.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Screens/Wizard.py b/lib/python/Screens/Wizard.py
index e04b2160..5aa0fada 100644
--- a/lib/python/Screens/Wizard.py
+++ b/lib/python/Screens/Wizard.py
@@ -70,7 +70,6 @@ class WelcomeWizard(Screen, HelpableScreen):
self["stepslider"].setValue(self.currStep)
self.list = []
- print "Len list: " + str(len(self.listEntries[self.currStep - 1]))
if (len(self.listEntries[self.currStep - 1]) > 0):
for x in self.listEntries[self.currStep - 1]:
self.list.append((x, None))