diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-12 03:15:08 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-12 03:15:08 +0000 |
commit | 589c62d2f179520b7c0f4abdd3292de9f1a9dee8 (patch) | |
tree | 69c2ec6648ba78bd9e7fb4d5d3aee46d65b8d2e3 /iw | |
parent | 9bd2c613485b73068e1e6a34837c6723922c9933 (diff) | |
download | anaconda-589c62d2f179520b7c0f4abdd3292de9f1a9dee8.tar.gz anaconda-589c62d2f179520b7c0f4abdd3292de9f1a9dee8.tar.xz anaconda-589c62d2f179520b7c0f4abdd3292de9f1a9dee8.zip |
remove debugging output
Diffstat (limited to 'iw')
-rw-r--r-- | iw/installpath_gui.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/installpath_gui.py b/iw/installpath_gui.py index 38b22b8b4..6f1db36a7 100644 --- a/iw/installpath_gui.py +++ b/iw/installpath_gui.py @@ -153,7 +153,6 @@ class InstallPathWindow (InstallWindow): name = obj.name pixmap = obj.pixmap descr = obj.description - print descr group = self.pixRadioButton(group, _(name), pixmap, description=_(descr)) self.buttonToObject[group] = obj |