diff --git a/server/main.go b/server/main.go index 8b6229d..ce77954 100644 --- a/server/main.go +++ b/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) }