diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-15 02:10:27 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-15 02:10:27 -0700 |
| commit | ec989b037717f8fd7f0ed3bbc80f0a33654fe7aa (patch) | |
| tree | d235573112ce168ca904acbc3932ed12e94de80c /weed/shell/command_remote_meta_sync.go | |
| parent | 9462f5129a8c6c66200150b41ddfe96a3dd0454e (diff) | |
| download | seaweedfs-ec989b037717f8fd7f0ed3bbc80f0a33654fe7aa.tar.xz seaweedfs-ec989b037717f8fd7f0ed3bbc80f0a33654fe7aa.zip | |
remove println
Diffstat (limited to 'weed/shell/command_remote_meta_sync.go')
| -rw-r--r-- | weed/shell/command_remote_meta_sync.go | 4 |
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() |
