Removed Debug log
This commit is contained in:
parent
876f801e53
commit
13646e7a48
1 changed files with 0 additions and 3 deletions
3
main.go
3
main.go
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue