Fix useless log (#26058)

Signed-off-by: longjiquan <jiquan.long@zilliz.com>
This commit is contained in:
Jiquan Long 2023-08-03 15:33:06 +08:00 committed by GitHub
parent b254859487
commit 517fb95207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -470,8 +470,6 @@ func (t *searchTask) PostExecute(ctx context.Context) error {
metrics.SearchLabel).Observe(float64(tr.RecordSpan().Milliseconds()))
if len(validSearchResults) <= 0 {
log.Warn("search result is empty")
t.fillInEmptyResult(Nq)
return nil
}