From 921e0d500860615839673406a1e1fb8cd7542fe2 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 26 May 2021 14:43:34 -0700 Subject: [PATCH] remove verbose log --- weed/replication/source/filer_source.go | 1 - 1 file changed, 1 deletion(-) diff --git a/weed/replication/source/filer_source.go b/weed/replication/source/filer_source.go index e2e3575dc..f94ad99dd 100644 --- a/weed/replication/source/filer_source.go +++ b/weed/replication/source/filer_source.go @@ -58,7 +58,6 @@ func (fs *FilerSource) LookupFileId(part string) (fileUrls []string, err error) err = fs.WithFilerClient(func(client filer_pb.SeaweedFilerClient) error { - glog.V(4).Infof("read lookup volume id locations: %v", vid) resp, err := client.LookupVolume(context.Background(), &filer_pb.LookupVolumeRequest{ VolumeIds: []string{vid}, })