diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-07-05 16:58:35 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-07-05 16:58:35 +0000 |
commit | 480b41c75d5c4fb3d1bfa77ab97752ea4e2196e1 (patch) | |
tree | 15402f3cf957f0e47f13c33058ff9b328f92b88a /kickstart.py | |
parent | 2567f0c93f2268b1174852500ba95d7b02998e1c (diff) | |
download | anaconda-480b41c75d5c4fb3d1bfa77ab97752ea4e2196e1.tar.gz anaconda-480b41c75d5c4fb3d1bfa77ab97752ea4e2196e1.tar.xz anaconda-480b41c75d5c4fb3d1bfa77ab97752ea4e2196e1.zip |
kill debug spew
Diffstat (limited to 'kickstart.py')
-rw-r--r-- | kickstart.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kickstart.py b/kickstart.py index f703d8010..eb9434d87 100644 --- a/kickstart.py +++ b/kickstart.py @@ -470,7 +470,6 @@ class KickstartBase(BaseInstallClass): groups = [] excludedPackages = [] for n in open(file).readlines(): - print n args = isys.parseArgv(n) # don't eliminate white space or comments from scripts |