Skip to content

Commit 861de84

Browse files
committed
Commented out logs for beta build
1 parent c23f701 commit 861de84

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/boot/Game.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ var Game = new Class({
386386

387387
DebugHeader(this);
388388

389-
console.log('Canvas added to DOM');
389+
// console.log('Canvas added to DOM');
390390

391391
AddToDOM(this.canvas, this.config.parent);
392392

src/dom/ScaleManager.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ var ScaleManager = new Class({
8585
preBoot: function ()
8686
{
8787
// Parse the config to get the scaling values we need
88-
console.log('preBoot');
88+
// console.log('preBoot');
8989

9090
this.setParent(this.game.config.parent);
9191

@@ -96,7 +96,7 @@ var ScaleManager = new Class({
9696

9797
boot: function ()
9898
{
99-
console.log('boot');
99+
// console.log('boot');
100100

101101
this.setScaleMode(this.scaleMode);
102102

@@ -137,7 +137,7 @@ var ScaleManager = new Class({
137137

138138
this.scaleMode = scaleMode;
139139

140-
console.log(config);
140+
// console.log(config);
141141

142142
this.minSize.set(config.minWidth, config.minHeight);
143143
this.maxSize.set(config.maxWidth, config.maxHeight);

0 commit comments

Comments
 (0)