mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 00:36:14 -06:00
remove template loading println
This commit is contained in:
parent
74ddbc5e3b
commit
f481e6002d
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ func loadTemplates(cfg *config.Config, engine *gin.Engine) error {
|
||||||
|
|
||||||
tmPath := filepath.Join(cwd, fmt.Sprintf("%s*", cfg.TemplateConfig.BaseDir))
|
tmPath := filepath.Join(cwd, fmt.Sprintf("%s*", cfg.TemplateConfig.BaseDir))
|
||||||
|
|
||||||
println("loading html templates")
|
|
||||||
engine.LoadHTMLGlob(tmPath)
|
engine.LoadHTMLGlob(tmPath)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue