diff --git a/modules/http_proxy_base.go b/modules/http_proxy_base.go index 70522657..6353aa84 100644 --- a/modules/http_proxy_base.go +++ b/modules/http_proxy_base.go @@ -246,7 +246,6 @@ func (p *HTTPProxy) ConfigureTLS(address string, proxyPort int, httpPort int, sc } func (p *HTTPProxy) httpWorker() error { - log.Info("Starting http worker.") p.isRunning = true return p.Server.ListenAndServe() }