File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments