Reduce log spam on svg load
Now that it's working correctly
This commit is contained in:
parent
758d2dd9dc
commit
0eb5118459
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue