From 927c47e27cc1fe5594c93f917be315ad3413bf37 Mon Sep 17 00:00:00 2001 From: photonstorm Date: Mon, 10 Jul 2017 17:10:07 +0100 Subject: [PATCH] Removed console --- v3/src/checksum.js | 2 +- v3/src/tween/components/Init.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v3/src/checksum.js b/v3/src/checksum.js index 65e9b46d1..0ae10e3cf 100644 --- a/v3/src/checksum.js +++ b/v3/src/checksum.js @@ -1,4 +1,4 @@ var CHECKSUM = { -build: '32439350-6337-11e7-bb93-79c58a42c729' +build: '0ad2bb00-656e-11e7-a7ad-95de83857649' }; module.exports = CHECKSUM; \ No newline at end of file diff --git a/v3/src/tween/components/Init.js b/v3/src/tween/components/Init.js index 893a2482c..641dcb1a0 100644 --- a/v3/src/tween/components/Init.js +++ b/v3/src/tween/components/Init.js @@ -24,7 +24,7 @@ var Init = function () this.progress = 0; this.totalProgress = 0; - console.log('Tween duration', this.duration, 'totalDuration', this.totalDuration); + // console.log('Tween duration', this.duration, 'totalDuration', this.totalDuration); if (this.paused) {