diff options
author | bfox <bfox> | 2000-11-16 01:19:21 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-11-16 01:19:21 +0000 |
commit | f10e140ec272a70c4d41f967cb4b37cec2305bad (patch) | |
tree | 3a39a9fcdd68b4af811bba231a2b9d95911b907a /iw/package_gui.py | |
parent | 0d02f1d9dff51f99a4cc3dea807e48c70c7e4e3c (diff) | |
download | anaconda-f10e140ec272a70c4d41f967cb4b37cec2305bad.tar.gz anaconda-f10e140ec272a70c4d41f967cb4b37cec2305bad.tar.xz anaconda-f10e140ec272a70c4d41f967cb4b37cec2305bad.zip |
Removed unneeded debug statement.
Diffstat (limited to 'iw/package_gui.py')
-rw-r--r-- | iw/package_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/package_gui.py b/iw/package_gui.py index 94de2c179..4fb248099 100644 --- a/iw/package_gui.py +++ b/iw/package_gui.py @@ -598,7 +598,7 @@ class PackageSelectionWindow (InstallWindow): print "Cannot read either header or comps or both" self.files = "FALSE" - print self.files +# print self.files # threads_enter () |