From 4fa878d03c8035e7549ae8ce5b6c648a45febb59 Mon Sep 17 00:00:00 2001 From: "cai.zhang" Date: Wed, 13 Sep 2023 16:07:18 +0800 Subject: [PATCH] Remove unused log (#27032) Signed-off-by: cai.zhang --- cmd/components/index_coord.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/components/index_coord.go b/cmd/components/index_coord.go index adaad1a275..4025974639 100644 --- a/cmd/components/index_coord.go +++ b/cmd/components/index_coord.go @@ -48,7 +48,6 @@ func (s *IndexCoord) Stop() error { // GetComponentStates returns indexnode's states func (s *IndexCoord) Health(ctx context.Context) commonpb.StateCode { - log.Info("IndexCoord is healthy") return commonpb.StateCode_Healthy }