removes console.log

pull/210/head
Francisco Dans 9 years ago
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…
Cancel
Save