Remove unused log (#27032)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/27049/head
cai.zhang 2023-09-13 16:07:18 +08:00 committed by GitHub
parent 3d05ddf505
commit 4fa878d03c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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
}