Skip to content

Commit 927c47e

Browse files
committed
Removed console
1 parent ebea116 commit 927c47e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

v3/src/checksum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
var CHECKSUM = {
2-
build: '32439350-6337-11e7-bb93-79c58a42c729'
2+
build: '0ad2bb00-656e-11e7-a7ad-95de83857649'
33
};
44
module.exports = CHECKSUM;

v3/src/tween/components/Init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var Init = function ()
2424
this.progress = 0;
2525
this.totalProgress = 0;
2626

27-
console.log('Tween duration', this.duration, 'totalDuration', this.totalDuration);
27+
// console.log('Tween duration', this.duration, 'totalDuration', this.totalDuration);
2828

2929
if (this.paused)
3030
{

0 commit comments

Comments
 (0)