Browse Source

remove println

pull/2274/head
Chris Lu 3 years ago
parent
commit
ec989b0377
  1. 4
      weed/shell/command_remote_meta_sync.go

4
weed/shell/command_remote_meta_sync.go

@ -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…
Cancel
Save