mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-31 21:00:10 +08:00
remove extra log
This commit is contained in:
parent
170ed53da5
commit
55f7d8f801
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user