Skip to content

Commit 8210d4f

Browse files
committed
Removed tween console.log for now.
1 parent 1e7f8dd commit 8210d4f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/tween/TweenData.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ Phaser.TweenData.prototype = {
244244
this.realStart = Date.now();
245245
this.totalElapsedMs = 0;
246246

247-
console.log('startTime', this.startTime);
248-
console.log('realStart', this.realStart);
247+
// console.log('startTime', this.startTime);
248+
// console.log('realStart', this.realStart);
249249

250250
if (this.parent.reverse)
251251
{
@@ -386,7 +386,7 @@ Phaser.TweenData.prototype = {
386386

387387
if (this.percent === 1)
388388
{
389-
console.log("ElapsedTime", this.totalElapsedMs, Date.now() - this.realStart);
389+
// console.log("ElapsedTime", this.totalElapsedMs, Date.now() - this.realStart);
390390
}
391391

392392
this.value = this.easingFunction(this.percent);

0 commit comments

Comments
 (0)