pixelstore stats per second

This commit is contained in:
2020-11-09 12:27:55 +01:00
parent d67d593cdb
commit eb94d4190c
3 changed files with 44 additions and 27 deletions

View File

@@ -225,7 +225,6 @@ func (wc *WebController) serveMarkdown(tpl string, requireAuth bool) httprouter.
}
if inHeader {
tpld.Title = string(node.Literal)
log.Info(string(node.Literal))
return blackfriday.GoToNext
}