Remove the debug text.
This commit is contained in:
parent
54d1229c9f
commit
237630054b
3
Go.elm
3
Go.elm
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user