summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-05 16:58:35 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-05 16:58:35 +0000
commit480b41c75d5c4fb3d1bfa77ab97752ea4e2196e1 (patch)
tree15402f3cf957f0e47f13c33058ff9b328f92b88a
parent2567f0c93f2268b1174852500ba95d7b02998e1c (diff)
downloadanaconda-480b41c75d5c4fb3d1bfa77ab97752ea4e2196e1.tar.gz
anaconda-480b41c75d5c4fb3d1bfa77ab97752ea4e2196e1.tar.xz
anaconda-480b41c75d5c4fb3d1bfa77ab97752ea4e2196e1.zip
kill debug spew
-rw-r--r--kickstart.py1
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