Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchank committed Mar 7, 2019
1 parent 6083d51 commit 6992781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Building.elm
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ update env msg ( model, pModel, sModel ) =
in
case msg of
MachineMsg mmsg ->
case Debug.log "mmsg" mmsg of
case mmsg of
StartDragging st ( x, y ) ->
let
( sx, sy ) =
Expand Down

0 comments on commit 6992781

Please sign in to comment.