From c6e80552cd789232c02eeab45289374ecb1718e2 Mon Sep 17 00:00:00 2001 From: tijl Date: Thu, 22 Aug 2024 00:46:39 +0200 Subject: [PATCH] fixes --- modules/web/common.go | 2 -- views/layouts/base.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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 @@ - +