cleaning err print statement

This commit is contained in:
Mann Patel
2025-08-27 17:57:47 -06:00
parent 9f260c3821
commit d7f6c794b4
4 changed files with 0 additions and 5 deletions

View File

@@ -2,7 +2,6 @@ package utils
import (
"bytes"
"fmt"
"html/template"
"log"
"net/http"
@@ -57,7 +56,6 @@ func Render(w http.ResponseWriter, tmpl string, data interface{}) {
// Get individual components from environment variables
TemplatesURL := os.Getenv("TEMPLATES_URL")
fmt.Print(TemplatesURL)
// Paths for layout + page templates
layout := filepath.Join(TemplatesURL, "layout.html")