From cdd5c032183cd812229a77bf5341fad0b94f8c6a Mon Sep 17 00:00:00 2001 From: Prakash Kumar Date: Mon, 20 Feb 2023 16:49:26 +0530 Subject: [PATCH] trest commit --- app.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app.go b/app.go index ed7af0a..638b4f1 100644 --- a/app.go +++ b/app.go @@ -17,7 +17,6 @@ func main() { http.Handle("/static/", http.StripPrefix("/static/", fs)) http.HandleFunc("/", serveTemplate) - log.Println("Listening on :8080...") err := http.ListenAndServe(":8080", nil) if err != nil {