From ec989b037717f8fd7f0ed3bbc80f0a33654fe7aa Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 15 Aug 2021 02:10:27 -0700 Subject: [PATCH] remove println --- weed/shell/command_remote_meta_sync.go | 4 ---- 1 file changed, 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()