summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
Diffstat (limited to 'textw')
-rw-r--r--textw/bootloader_text.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/textw/bootloader_text.py b/textw/bootloader_text.py
index 66bee7043..7b8542ab9 100644
--- a/textw/bootloader_text.py
+++ b/textw/bootloader_text.py
@@ -279,7 +279,6 @@ class BootloaderImagesWindow:
sortedKeys = images.keys()
sortedKeys.sort()
- print sortedKeys
for dev in sortedKeys:
(label, longlabel, isRoot) = images[dev]