summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-01-17 17:48:26 +0000
committerMike Fulbright <msf@redhat.com>2001-01-17 17:48:26 +0000
commite48f2018e00d67c62c952ff44ca9bf18e0c2f8bf (patch)
treeabf180f6985802e2189dd8bcb77c61310b08eba4 /fstab.py
parent4251b2cbafbe675b4d6b4dfa6cb5dac30a31ed34 (diff)
downloadanaconda-e48f2018e00d67c62c952ff44ca9bf18e0c2f8bf.tar.gz
anaconda-e48f2018e00d67c62c952ff44ca9bf18e0c2f8bf.tar.xz
anaconda-e48f2018e00d67c62c952ff44ca9bf18e0c2f8bf.zip
remove debugging log message
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 6415444d2..86343897f 100644
--- a/fstab.py
+++ b/fstab.py
@@ -208,7 +208,7 @@ class Fstab:
for (dev, devName, type, start, size, maxcyl, preexist) in drives:
if dev == bootpart:
- log ("maxcyl of %s is %d" % (dev, maxcyl))
+# log ("maxcyl of %s is %d" % (dev, maxcyl))
return maxcyl
return None