summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-08-19 19:43:11 +0000
committerMike Fulbright <msf@redhat.com>2002-08-19 19:43:11 +0000
commit21ff972e8fb4712a16004305dec366139d226b06 (patch)
treeafd0262c519c9a0a14b042130981334c973e1f05 /textw
parent1c61f00e285c61165feba5d1b946c33fadd315e1 (diff)
downloadanaconda-21ff972e8fb4712a16004305dec366139d226b06.tar.gz
anaconda-21ff972e8fb4712a16004305dec366139d226b06.tar.xz
anaconda-21ff972e8fb4712a16004305dec366139d226b06.zip
get rid of garbage printed out - bug #66737
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]