From 67eb15ddbda002fa55727565d0ff5f12b12b230c Mon Sep 17 00:00:00 2001 From: Martin Buhr Date: Fri, 10 Jul 2015 05:40:08 -0400 Subject: [PATCH] Clean up --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index ef11a300295..11d4b382808 100644 --- a/main.go +++ b/main.go @@ -680,7 +680,6 @@ func main() { getPolicies() // Use a custom server so we can control keepalives - log.Warning("YES? ", config.HttpServerOptions.OverrideDefaults) if config.HttpServerOptions.OverrideDefaults { log.Info("Server started.") log.Warning("HTTP Server Overrides detected, this could destabilise long-running http-requests")