diff options
author | Mike Fulbright <msf@redhat.com> | 2000-06-30 19:13:26 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-06-30 19:13:26 +0000 |
commit | 25b53ec4217d54ffc8627e896371eee438a0a005 (patch) | |
tree | 23f4e1ef04ae6727feff3a2e78d0e8535448fc42 /fstab.py | |
parent | bf48bbffaab4b5054cadb6d6cccc2b2c1bdf09b1 (diff) | |
download | anaconda-25b53ec4217d54ffc8627e896371eee438a0a005.tar.gz anaconda-25b53ec4217d54ffc8627e896371eee438a0a005.tar.xz anaconda-25b53ec4217d54ffc8627e896371eee438a0a005.zip |
remove log message (debugging)
Diffstat (limited to 'fstab.py')
-rw-r--r-- | fstab.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |