removes console.log

This commit is contained in:
Francisco Dans 2015-08-04 16:15:28 +02:00
parent efcfc13546
commit 83a622a3f0

View File

@ -13,7 +13,6 @@ QUnit.module('animator', {
asyncTest('time moves', function(assert) { asyncTest('time moves', function(assert) {
animator.start(); animator.start();
setTimeout(function(){ setTimeout(function(){
console.log(animator.running);
assert.notEqual(animator._time, 0); assert.notEqual(animator._time, 0);
QUnit.start(); QUnit.start();
}, 100) }, 100)