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 {