diff --git a/Go.elm b/Go.elm index 9592eeb..83ad438 100644 --- a/Go.elm +++ b/Go.elm @@ -28,8 +28,7 @@ initDummy = (Model view : Model -> Html Msg view m = div [] - [ text (toString m.board) - , renderBoard m.sessionSize m.board + [ renderBoard m.sessionSize m.board ] update : Msg -> Model -> (Model, Cmd Msg)