diff options
author | Mike Fulbright <msf@redhat.com> | 2001-01-17 17:48:26 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-01-17 17:48:26 +0000 |
commit | e48f2018e00d67c62c952ff44ca9bf18e0c2f8bf (patch) | |
tree | abf180f6985802e2189dd8bcb77c61310b08eba4 | |
parent | 4251b2cbafbe675b4d6b4dfa6cb5dac30a31ed34 (diff) | |
download | anaconda-e48f2018e00d67c62c952ff44ca9bf18e0c2f8bf.tar.gz anaconda-e48f2018e00d67c62c952ff44ca9bf18e0c2f8bf.tar.xz anaconda-e48f2018e00d67c62c952ff44ca9bf18e0c2f8bf.zip |
remove debugging log message
-rw-r--r-- | fstab.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |