Remove a debug line

This commit is contained in:
Emi Simpson 2023-07-04 22:23:23 -04:00
parent b84f930e2d
commit 22b42fd26f
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ view {columns, heldTile, mousePos} =
viewColumns : Maybe HeldTile -> Array Column -> Html Msg
viewColumns heldTile columns =
let _ = Debug.log "meow" "mew" in
Array.indexedMap (viewColumn heldTile) columns
|> Array.toList
|> section [class "columns"]