Remove development log line

This commit is contained in:
Chris Piraino 2020-05-08 09:32:24 -05:00 committed by Kyle Havlovitz
parent 29afac01c8
commit 3931015a90
1 changed files with 0 additions and 1 deletions

View File

@ -1333,7 +1333,6 @@ func (s *state) handleUpdateIngressGateway(u cache.UpdateEvent, snap *ConfigSnap
} }
snap.IngressGateway.TLSEnabled = gatewayConf.TLS.Enabled snap.IngressGateway.TLSEnabled = gatewayConf.TLS.Enabled
s.logger.Info("got ingress config entry", gatewayConf.TLS.Enabled)
snap.IngressGateway.TLSSet = true snap.IngressGateway.TLSSet = true
if err := s.watchIngressLeafCert(snap); err != nil { if err := s.watchIngressLeafCert(snap); err != nil {