Remove console

This commit is contained in:
Richard Davey 2022-08-23 00:03:59 +01:00
parent f8933f151e
commit 6165549c6f

View file

@ -762,6 +762,8 @@ var Tween = new Class({
this.updateActive(delta);
}
// console.log('Tween.update', this.progress, this.state, this.state === TWEEN_CONST.PENDING_REMOVE);
return (this.state === TWEEN_CONST.PENDING_REMOVE);
},