From 2bf250b8dd402939a4e46ba633a42c0e3b8e12a7 Mon Sep 17 00:00:00 2001 From: Koen Bok Date: Thu, 25 Apr 2013 17:27:34 -0700 Subject: [PATCH] Cleanup --- test/tests/animation.coffee | 2 -- 1 file changed, 2 deletions(-) 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