summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-31 20:47:51 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-31 20:47:51 +0000
commit5a258f49853a6e1c9932fd8a5ad4aab6e09c986a (patch)
tree62b7fa6ca8b6a6b8de8d2075766091516f8e3893 /iw
parent658765e6e0ef5237e4c15d74a790babf8ccb63ac (diff)
downloadanaconda-5a258f49853a6e1c9932fd8a5ad4aab6e09c986a.tar.gz
anaconda-5a258f49853a6e1c9932fd8a5ad4aab6e09c986a.tar.xz
anaconda-5a258f49853a6e1c9932fd8a5ad4aab6e09c986a.zip
remove dbeug prints
Diffstat (limited to 'iw')
-rw-r--r--iw/bootloader_gui.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/iw/bootloader_gui.py b/iw/bootloader_gui.py
index 032de8847..ead9a135f 100644
--- a/iw/bootloader_gui.py
+++ b/iw/bootloader_gui.py
@@ -407,10 +407,8 @@ class BootloaderWindow (InstallWindow):
(label, longlabel, type) = imageList[n]
self.types.append(type)
if label == None:
- print "label is None!!"
label = ""
if longlabel == None:
- print "longlabel is None!!"
longlabel = ""
if self.lastselected == "lilo":
row = ("", "/dev/" + n, self.typeName(type), label)