remove println

This commit is contained in:
2025-03-26 09:43:01 +00:00
parent c736b95c50
commit 9df4b173fb

View File

@@ -2,7 +2,6 @@ package helpers
import (
"html/template"
"log"
"net/http"
"synlotto-website/models"
)
@@ -48,8 +47,6 @@ func TemplateContext(w http.ResponseWriter, r *http.Request) map[string]interfac
currentUser = nil
}
log.Printf("🧪 TemplateContext user: %#v", currentUser)
return map[string]interface{}{
"Flash": flash,
"User": currentUser,