cleanup: remove unused cluster controller log

Signed-off-by: xigang <wangxigang2014@gmail.com>
This commit is contained in:
xigang 2023-04-14 20:50:24 +08:00
parent 6687479543
commit 6aac228706
1 changed files with 0 additions and 1 deletions

View File

@ -402,7 +402,6 @@ func (c *Controller) monitorClusterHealth(ctx context.Context) (err error) {
c.clusterHealthMap.delete(clusterName)
return true, nil
}
klog.Errorf("Getting a cluster to retry updating cluster health error: %v", clusterName, err)
return false, err
}
return false, nil