removes console.log
This commit is contained in:
parent
efcfc13546
commit
83a622a3f0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user