removed unnecessary log line

This commit is contained in:
Nikhil Sharma 2022-01-09 11:48:03 +05:30
parent d2c9456963
commit c58fec6ccf

View File

@ -255,7 +255,6 @@ func (hcs *server) SyncEndpoints(newEndpoints map[types.NamespacedName]int) erro
for nsn, count := range newEndpoints {
if hcs.services[nsn] == nil {
klog.V(3).InfoS("Not saving endpoints for unknown healthcheck", "service", nsn)
continue
}
klog.V(3).InfoS("Reporting endpoints for healthcheck", "endpointCount", count, "service", nsn)