summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-26 04:43:40 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-26 04:43:40 +0000
commit4fe2f88eee79878d72a163209300b986e2e2db06 (patch)
tree9407ed19cea4379599866a6b3de4db6b6c65b83b
parentbe11fba9cdbcd1781f1657914102b6e051d42dce (diff)
downloadanaconda-4fe2f88eee79878d72a163209300b986e2e2db06.tar.gz
anaconda-4fe2f88eee79878d72a163209300b986e2e2db06.tar.xz
anaconda-4fe2f88eee79878d72a163209300b986e2e2db06.zip
oops
-rwxr-xr-xgui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 68339c2c7..f599b4ec8 100755
--- a/gui.py
+++ b/gui.py
@@ -408,7 +408,6 @@ class MessageWindow:
else:
tbutton = button
- print "adding button ",tbutton
widget = dialog.add_button(tbutton, rid)
rid = rid + 1