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