mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Removed console
This commit is contained in:
parent
ebea116809
commit
927c47e27c
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
var CHECKSUM = {
|
var CHECKSUM = {
|
||||||
build: '32439350-6337-11e7-bb93-79c58a42c729'
|
build: '0ad2bb00-656e-11e7-a7ad-95de83857649'
|
||||||
};
|
};
|
||||||
module.exports = CHECKSUM;
|
module.exports = CHECKSUM;
|
|
@ -24,7 +24,7 @@ var Init = function ()
|
||||||
this.progress = 0;
|
this.progress = 0;
|
||||||
this.totalProgress = 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)
|
if (this.paused)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue