From 5d7ac0a00e9f4c33e095be9be4d79ae302c0c4c4 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 24 Oct 2016 15:42:35 -0700 Subject: removing debug printlns and modifying other fmt.Println to log.Println for consistency --- cmd/ponzu/main.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cmd') diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go index 434de67..48aef9e 100644 --- a/cmd/ponzu/main.go +++ b/cmd/ponzu/main.go @@ -186,10 +186,7 @@ func main() { } if https { - // fmt.Println("TLS through Let's Encrypt is not implemented yet.") - // fmt.Println("Please run 'ponzu serve' without the --https flag for now.") - // os.Exit(1) - + fmt.Println("Enabling HTTPS...") tls.Enable() } -- cgit v1.2.3