diff --git a/runner/runner.go b/runner/runner.go index 3db9a9b..5860c21 100644 --- a/runner/runner.go +++ b/runner/runner.go @@ -18,7 +18,6 @@ func Run(engine *gin.Engine, conf *config.Configuration) { var httpHandler http.Handler = engine if *conf.Server.SSL.Enabled { - fmt.Println(*conf.Server.SSL.RedirectToHTTPS) if *conf.Server.SSL.RedirectToHTTPS { httpHandler = redirectToHTTPS(string(conf.Server.SSL.Port)) }