diff options
author | Matt Wilson <msw@redhat.com> | 2000-02-05 20:41:35 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-02-05 20:41:35 +0000 |
commit | 64730e161df987c0332a89c85241f28285ea0b84 (patch) | |
tree | ccc1f95d4339e33989f7937a9c7ed0efafc17129 | |
parent | 8599d3cd65e47a0941d97d39f9f96ebf20d7b6ed (diff) | |
download | anaconda-64730e161df987c0332a89c85241f28285ea0b84.tar.gz anaconda-64730e161df987c0332a89c85241f28285ea0b84.tar.xz anaconda-64730e161df987c0332a89c85241f28285ea0b84.zip |
remove debugging statements
-rw-r--r-- | fstab.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |