summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
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: