summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-06-30 19:13:26 +0000
committerMike Fulbright <msf@redhat.com>2000-06-30 19:13:26 +0000
commit25b53ec4217d54ffc8627e896371eee438a0a005 (patch)
tree23f4e1ef04ae6727feff3a2e78d0e8535448fc42 /fstab.py
parentbf48bbffaab4b5054cadb6d6cccc2b2c1bdf09b1 (diff)
downloadanaconda-25b53ec4217d54ffc8627e896371eee438a0a005.tar.gz
anaconda-25b53ec4217d54ffc8627e896371eee438a0a005.tar.xz
anaconda-25b53ec4217d54ffc8627e896371eee438a0a005.zip
remove log message (debugging)
Diffstat (limited to 'fstab.py')
-rw-r--r--fstab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fstab.py b/fstab.py
index 2d332f798..71eec7ccc 100644
--- a/fstab.py
+++ b/fstab.py
@@ -994,7 +994,7 @@ def readFstab (path, fstab):
fstab.addMount(device, fields[1], fsystem)
- log("got mount list %s", fstab.mountList())
+# log("got mount list %s", fstab.mountList())
def createLabel(labels, newLabel):
if len(newLabel) > 16: