summaryrefslogtreecommitdiff
path: root/src/gmi/tpl.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmi/tpl.go')
-rw-r--r--src/gmi/tpl.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gmi/tpl.go b/src/gmi/tpl.go
index 9e0bc64..3022fe2 100644
--- a/src/gmi/tpl.go
+++ b/src/gmi/tpl.go
@@ -200,7 +200,6 @@ func (a *api) tplHandler() (gemini.Handler, error) {
tpl := allTpls.Lookup(tplPath)
if tpl == nil {
- a.params.Logger.WarnString(ctx, "page not found")
rw.WriteHeader(gemini.StatusNotFound, "Page not found, sorry!")
return
}