Compare commits

...

1 Commits

Author SHA1 Message Date
237630054b Remove the debug text. 2018-05-25 21:16:18 -07:00

3
Go.elm
View File

@@ -28,8 +28,7 @@ initDummy = (Model
view : Model -> Html Msg view : Model -> Html Msg
view m = div [] view m = div []
[ text (toString m.board) [ renderBoard m.sessionSize m.board
, renderBoard m.sessionSize m.board
] ]
update : Msg -> Model -> (Model, Cmd Msg) update : Msg -> Model -> (Model, Cmd Msg)