mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-02-09 09:17:28 +08:00
remove extra log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user