From 5f571ea9159110178e461fdf3d501f7765f7a50e Mon Sep 17 00:00:00 2001 From: wei liu Date: Fri, 17 Mar 2023 18:05:56 +0800 Subject: [PATCH] remove debug log (#22828) Signed-off-by: Wei Liu --- internal/proxy/task_statistic.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/proxy/task_statistic.go b/internal/proxy/task_statistic.go index 13fd915828..dbcecda0fc 100644 --- a/internal/proxy/task_statistic.go +++ b/internal/proxy/task_statistic.go @@ -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",