summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-04-03 23:52:14 +0000
committerJeremy Katz <katzj@redhat.com>2003-04-03 23:52:14 +0000
commit063678e7cf64244765349915c2a767502345bf0c (patch)
treec944fbfed68dac978fba5304c4a74956715bd5c0 /kickstart.py
parent9e98e998b4a79db3d1831af4406127644b7b6354 (diff)
downloadanaconda-063678e7cf64244765349915c2a767502345bf0c.tar.gz
anaconda-063678e7cf64244765349915c2a767502345bf0c.tar.xz
anaconda-063678e7cf64244765349915c2a767502345bf0c.zip
nuke debugging prints
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/kickstart.py b/kickstart.py
index 71dbf17e5..70d8b0f49 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -575,9 +575,7 @@ class KickstartBase(BaseInstallClass):
groups = []
excludedPackages = []
for n in open(file).readlines():
- print "n = ", n
args = isys.parseArgv(n)
- print "args = ", args
# don't eliminate white space or comments from scripts
if where not in ["pre", "post", "traceback"]:
@@ -781,8 +779,6 @@ class KickstartBase(BaseInstallClass):
preexist = 1
elif str == "--useexisting":
preexist = 1
- else:
- print str, " ", arg
if extra[0] == 'swap':
filesystem = fileSystemTypeGet('swap')