summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
Diffstat (limited to 'fstab.py')
-rw-r--r--fstab.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/fstab.py b/fstab.py
index 81bf3f808..85925c0a1 100644
--- a/fstab.py
+++ b/fstab.py
@@ -358,7 +358,6 @@ class Fstab:
continue
elif fsystem == "vfat" and mntpoint == "/":
# do a magical loopback mount -- whee!
- print "trying loopback magic"
iutil.mkdirChain("/mnt/loophost")
isys.makeDevInode(device, '/tmp/' + device)
isys.mount('/tmp/' + device, "/mnt/loophost", fstype = "vfat")