diff --git a/internal/router/template.go b/internal/router/template.go index 6dd0aba3a..2beee63c0 100644 --- a/internal/router/template.go +++ b/internal/router/template.go @@ -39,7 +39,6 @@ func loadTemplates(cfg *config.Config, engine *gin.Engine) error { tmPath := filepath.Join(cwd, fmt.Sprintf("%s*", cfg.TemplateConfig.BaseDir)) - println("loading html templates") engine.LoadHTMLGlob(tmPath) return nil }