diff --git a/test/animator.js b/test/animator.js index 38d7c6c..d77e858 100644 --- a/test/animator.js +++ b/test/animator.js @@ -13,7 +13,6 @@ QUnit.module('animator', { asyncTest('time moves', function(assert) { animator.start(); setTimeout(function(){ - console.log(animator.running); assert.notEqual(animator._time, 0); QUnit.start(); }, 100)