summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-05 20:41:35 +0000
committerMatt Wilson <msw@redhat.com>2000-02-05 20:41:35 +0000
commit64730e161df987c0332a89c85241f28285ea0b84 (patch)
treeccc1f95d4339e33989f7937a9c7ed0efafc17129
parent8599d3cd65e47a0941d97d39f9f96ebf20d7b6ed (diff)
downloadanaconda-64730e161df987c0332a89c85241f28285ea0b84.tar.gz
anaconda-64730e161df987c0332a89c85241f28285ea0b84.tar.xz
anaconda-64730e161df987c0332a89c85241f28285ea0b84.zip
remove debugging statements
-rw-r--r--fstab.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/fstab.py b/fstab.py
index 3788cb16a..4eca965ea 100644
--- a/fstab.py
+++ b/fstab.py
@@ -222,8 +222,6 @@ class Fstab:
if self.swapOn: return
self.swapOn = 1
- print "turning on swap", self.swapList()
-
iutil.mkdirChain('/tmp/swap')
for (device, doFormat) in self.swapList():
@@ -353,7 +351,7 @@ class Fstab:
w.pop()
# XXX remove extraneous inodes here
- print "created raid"
+# print "created raid"
if not self.setupFilesystems: return