Removed Debug log

This commit is contained in:
Phil 2021-12-08 13:55:49 +00:00
parent 876f801e53
commit 13646e7a48
No known key found for this signature in database
GPG key ID: 91884FA482AA7CB3

View file

@ -2,7 +2,6 @@ package main
import (
"embed"
"fmt"
"log"
"net/http"
"regexp"
@ -24,8 +23,6 @@ func main() {
utils.Init_env_vars()
utils.Init_build_vars()
fmt.Println(utils.GitBuild)
engine := html.NewFileSystem(http.FS(viewsfs), ".html")
app := fiber.New(fiber.Config{