Remove debug log from segment loader (#25937)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
congqixia 2023-07-26 18:51:01 +08:00 committed by GitHub
parent df0462d7b4
commit 5fbe6e99fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -592,7 +592,6 @@ func (loader *segmentLoader) loadFieldsIndex(ctx context.Context, segment *Local
}
func (loader *segmentLoader) loadFieldIndex(ctx context.Context, segment *LocalSegment, indexInfo *querypb.FieldIndexInfo) error {
log.Warn("CQX load segment index", zap.Int64("segmentID", segment.ID()))
filteredPaths := make([]string, 0, len(indexInfo.IndexFilePaths))
for _, indexPath := range indexInfo.IndexFilePaths {