We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a721fcc commit 132b9d1Copy full SHA for 132b9d1
server.go
@@ -100,7 +100,6 @@ func Run(port int) {
100
// If desired (or by default), create a watcher for templates and routes.
101
// The watcher calls Refresh() on things on the first request.
102
if MainWatcher != nil && Config.BoolDefault("watch.templates", true) {
103
- WARN.Println("watch templates true")
104
MainWatcher.Listen(MainTemplateLoader, MainTemplateLoader.paths...)
105
}
106
0 commit comments