aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_std.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/mount_std.go')
-rw-r--r--weed/command/mount_std.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go
index ec3cb86c3..2937b9ef1 100644
--- a/weed/command/mount_std.go
+++ b/weed/command/mount_std.go
@@ -35,7 +35,6 @@ func runMount(cmd *Command, args []string) bool {
mountMode := os.ModeDir | 0755
if fileInfo, err := os.Stat(*mountOptions.dir); err == nil {
mountMode = os.ModeDir | fileInfo.Mode()
- println(*mountOptions.dir, "mount mode", mountMode)
}
// detect current user