diff --git a/test/tests/animation.coffee b/test/tests/animation.coffee index f43b14af8..3abb65db0 100644 --- a/test/tests/animation.coffee +++ b/test/tests/animation.coffee @@ -38,8 +38,6 @@ describe "Animation", -> animation.start() - console.log "animation.curveValues", animation.curveValues - animation.totalTime.should.equal animation.time animation.curveValues.length.should.equal \ (animation.time / 1000) * animation.precision