diff options
author | Mike Fulbright <msf@redhat.com> | 2002-08-02 20:28:12 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-08-02 20:28:12 +0000 |
commit | 26e50f276dd61f46765386f9eaae659215a72ee7 (patch) | |
tree | afe048097e605293b7fdf36f214dbd3da75acbd8 /gui.py | |
parent | 6dec0b894cf6fc7fbd18b79b13731ab711153428 (diff) | |
download | anaconda-26e50f276dd61f46765386f9eaae659215a72ee7.tar.gz anaconda-26e50f276dd61f46765386f9eaae659215a72ee7.tar.xz anaconda-26e50f276dd61f46765386f9eaae659215a72ee7.zip |
remove debugging
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |