aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weed/shell/command_remote_meta_sync.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/weed/shell/command_remote_meta_sync.go b/weed/shell/command_remote_meta_sync.go
index 7e111143c..b6fb15a62 100644
--- a/weed/shell/command_remote_meta_sync.go
+++ b/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()