remove println

This commit is contained in:
Chris Lu 2021-08-15 02:10:27 -07:00
parent 9462f5129a
commit ec989b0377

View file

@ -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()