From bb17d12aba2c49752bd216f1fb28223e2c72d50f Mon Sep 17 00:00:00 2001 From: Cristina Kovacs Date: Thu, 7 Jul 2022 18:48:46 -0500 Subject: [PATCH] deleted log --- npm/pkg/dataplane/dataplane_windows.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/npm/pkg/dataplane/dataplane_windows.go b/npm/pkg/dataplane/dataplane_windows.go index fec279cff5..ea6b55888d 100644 --- a/npm/pkg/dataplane/dataplane_windows.go +++ b/npm/pkg/dataplane/dataplane_windows.go @@ -334,8 +334,6 @@ func (dp *DataPlane) refreshAllPodEndpoints() error { } } - klog.Infof("Endpoint cache after refresh: %+v", dp.endpointCache) // TODO: remove for public preview - return nil }