From c58fec6ccf3dbd0158b1b2fe55637f0485b89bf9 Mon Sep 17 00:00:00 2001 From: Nikhil Sharma Date: Sun, 9 Jan 2022 11:48:03 +0530 Subject: [PATCH] removed unnecessary log line --- pkg/proxy/healthcheck/service_health.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/proxy/healthcheck/service_health.go b/pkg/proxy/healthcheck/service_health.go index 48485abd485..8f97a219057 100644 --- a/pkg/proxy/healthcheck/service_health.go +++ b/pkg/proxy/healthcheck/service_health.go @@ -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)