mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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 a new issue