Remove unused log (#27032)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
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

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
}