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) {