mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 09:48:18 +00:00
Remove console
This commit is contained in:
parent
f8933f151e
commit
6165549c6f
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue