From f2a259d332f744abd8b92c45765c85de3fa10753 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Tue, 28 Nov 2023 22:21:37 +0530 Subject: server.go : remove fmt --- server.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'server.go') diff --git a/server.go b/server.go index b03b9b0..0358cea 100644 --- a/server.go +++ b/server.go @@ -5,7 +5,6 @@ import ( "github.com/justsaumit/go-fis-api/handlers" "github.com/labstack/echo/v4" "log" - "fmt" "os" ) @@ -27,8 +26,6 @@ func main() { domain = "localhost" api_endpoint_url = "http://localhost:3000" } - fmt.Println("Domain: " + domain) - fmt.Println("API Endpoint URL: " + api_endpoint_url) certPath := "/etc/letsencrypt/live/" + domain + "/fullchain.pem" keyPath := "/etc/letsencrypt/live/" + domain + "/privkey.pem" -- cgit v1.2.3