summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-08-02 20:28:12 +0000
committerMike Fulbright <msf@redhat.com>2002-08-02 20:28:12 +0000
commit26e50f276dd61f46765386f9eaae659215a72ee7 (patch)
treeafe048097e605293b7fdf36f214dbd3da75acbd8 /gui.py
parent6dec0b894cf6fc7fbd18b79b13731ab711153428 (diff)
downloadanaconda-26e50f276dd61f46765386f9eaae659215a72ee7.tar.gz
anaconda-26e50f276dd61f46765386f9eaae659215a72ee7.tar.xz
anaconda-26e50f276dd61f46765386f9eaae659215a72ee7.zip
remove debugging
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index e5606ba42..3b70ee904 100755
--- a/gui.py
+++ b/gui.py
@@ -389,7 +389,6 @@ class MessageWindow:
def __init__ (self, title, text, type="ok", default=None, custom_buttons=None, custom_icon=None):
if flags.autostep:
- print title, text, type
self.rc = 1
return
self.rc = None