Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 132b9d1

Browse filesBrowse files
committed
Removes debug log call
1 parent a721fcc commit 132b9d1
Copy full SHA for 132b9d1

File tree

1 file changed

+0
-1
lines changed
Filter options

1 file changed

+0
-1
lines changed

‎server.go

Copy file name to clipboardExpand all lines: server.go
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ func Run(port int) {
100100
// If desired (or by default), create a watcher for templates and routes.
101101
// The watcher calls Refresh() on things on the first request.
102102
if MainWatcher != nil && Config.BoolDefault("watch.templates", true) {
103-
WARN.Println("watch templates true")
104103
MainWatcher.Listen(MainTemplateLoader, MainTemplateLoader.paths...)
105104
}
106105

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.