diff --git a/modules/web/common.go b/modules/web/common.go index 8c68486..16b7236 100644 --- a/modules/web/common.go +++ b/modules/web/common.go @@ -1,7 +1,6 @@ package web import ( - log "git.tijl.dev/tijl/tijl.dev/modules/logger" "github.com/gofiber/fiber/v2" ) @@ -17,6 +16,5 @@ func Common(c *fiber.Ctx) *fiber.Map { for _, function := range commonFunctions { function(c, theMap) } - log.Debug().Interface("theMap", theMap).Interface("commonFunctions", commonFunctions).Msg("yo") return theMap } diff --git a/views/layouts/base.html b/views/layouts/base.html index b2c16d8..e748f23 100644 --- a/views/layouts/base.html +++ b/views/layouts/base.html @@ -4,7 +4,7 @@ - +