Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
semibran committed Mar 7, 2018
1 parent b93dc3e commit 91bc763
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ function loop() {
render(state, context)

if (animation.phase !== "done") {
console.log(state)
requestAnimationFrame(loop)
}
}
Expand Down

0 comments on commit 91bc763

Please sign in to comment.