mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 18:06:15 -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))
|
||||
|
||||
println("loading html templates")
|
||||
engine.LoadHTMLGlob(tmPath)
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue