Remove dud log line

This commit is contained in:
Daniel Heath 2018-05-27 21:49:43 +10:00
parent 82d5ac908d
commit 0e93250cc9
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ func (s Site) Router() *gin.Engine {
if page != "" && cmd == "/read" {
p := s.Open(page)
fmt.Printf("p: '%+v'\n", p)
if p != nil && p.IsPublished {
return false // Published pages don't require auth.
}