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 }