Skip to content

Commit

Permalink
remove Debug.log from hot loop
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 10, 2020
1 parent 99ebedc commit 2968ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wave.elm
Expand Up @@ -153,7 +153,7 @@ propagate :
-> Wave comparable
-> Wave comparable
propagate todo (Wave wave) =
case Debug.log "todo" todo of
case todo of
[] ->
-- stack empty, we're done
Wave wave
Expand Down

0 comments on commit 2968ad4

Please sign in to comment.