mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 11:09:12 +08:00
remove println
This commit is contained in:
parent
9462f5129a
commit
ec989b0377
@ -142,10 +142,6 @@ func pullMetadata(commandEnv *CommandEnv, writer io.Writer, localMountedDir util
|
||||
}
|
||||
|
||||
remote := filer.MapFullPathToRemoteStorageLocation(localMountedDir, remoteMountedLocation, dirToCache)
|
||||
println("local :", localMountedDir)
|
||||
println("remote:", remoteMountedLocation.Path)
|
||||
println("local+:", dirToCache)
|
||||
println("remote+:", remote.Path)
|
||||
|
||||
err = commandEnv.WithFilerClient(func(client filer_pb.SeaweedFilerClient) error {
|
||||
ctx := context.Background()
|
||||
|
Loading…
Reference in New Issue
Block a user