remove debug log (#22828)

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
pull/22832/head
wei liu 2023-03-17 18:05:56 +08:00 committed by GitHub
parent 99f31dc37a
commit 5f571ea915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -304,7 +304,6 @@ func (g *getStatisticsTask) getStatisticsShard(ctx context.Context, nodeID int64
DmlChannels: channelIDs,
Scope: querypb.DataScope_All,
}
log.Info("xxxx")
result, err := qn.GetStatistics(ctx, req)
if err != nil {
log.Warn("QueryNode statistic return error",