main
Bill Mill 2 years ago
parent 205fdaf7ab
commit 27f5e57d35
  1. 1
      server/main.go

@ -419,7 +419,6 @@ func (s *Spring83Server) showBoard(w http.ResponseWriter, r *http.Request) {
Boards: string(boardBytes),
Nonce: nonce,
}
log.Printf("%v", data)
s.homeTemplate.Execute(w, data)
}

Loading…
Cancel
Save