Reduce log spam on svg load

Now that it's working correctly
This commit is contained in:
Eli Ribble 2026-02-01 03:48:40 +00:00
parent 758d2dd9dc
commit 0eb5118459
No known key found for this signature in database

View file

@ -147,7 +147,7 @@ func addSVGTemplates(fsys fs.FS, templ *template.Template) error {
if err != nil {
return fmt.Errorf("Failed to add svg '%s' to embedded template: %v", svg, err)
}
log.Debug().Str("name", svg_name).Msg("add svg template")
//log.Debug().Str("name", svg_name).Msg("add svg template")
}
return nil
}