From 3931015a909223df84a2019e19f490664bd4f71c Mon Sep 17 00:00:00 2001 From: Chris Piraino Date: Fri, 8 May 2020 09:32:24 -0500 Subject: [PATCH] Remove development log line --- agent/proxycfg/state.go | 1 - 1 file changed, 1 deletion(-) diff --git a/agent/proxycfg/state.go b/agent/proxycfg/state.go index bf2617322..af6de2e31 100644 --- a/agent/proxycfg/state.go +++ b/agent/proxycfg/state.go @@ -1333,7 +1333,6 @@ func (s *state) handleUpdateIngressGateway(u cache.UpdateEvent, snap *ConfigSnap } snap.IngressGateway.TLSEnabled = gatewayConf.TLS.Enabled - s.logger.Info("got ingress config entry", gatewayConf.TLS.Enabled) snap.IngressGateway.TLSSet = true if err := s.watchIngressLeafCert(snap); err != nil {