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 }