remove println
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user