Merge pull request #107427 from NikhilSharmaWe/remLog

removed unnecessary log line
This commit is contained in:
Kubernetes Prow Robot 2022-01-09 01:35:11 -08:00 committed by GitHub
commit 13a06cc479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)