Sorry, removing console.logs :)

This commit is contained in:
photonstorm
2014-02-25 11:58:17 +00:00
parent b4dbaf9950
commit fdde4cb7e6
3 changed files with 2 additions and 8 deletions
+1 -4
View File
@@ -10274,7 +10274,7 @@ World.prototype.hitTest = function(worldPoint,bodies,precision){
*
* Phaser - http://www.phaser.io
*
* v2.0.0 - Built at: Tue Feb 25 2014 11:56:36
* v2.0.0 - Built at: Tue Feb 25 2014 11:57:58
*
* By Richard Davey http://www.photonstorm.com @photonstorm
*
@@ -22975,9 +22975,6 @@ Phaser.StateManager.prototype = {
}
}
console.log('state start', key);
console.log(arguments);
if (arguments.length > 3)
{
this._args = Array.prototype.splice.call(arguments, 3);
+1 -1
View File
File diff suppressed because one or more lines are too long
-3
View File
@@ -252,9 +252,6 @@ Phaser.StateManager.prototype = {
}
}
console.log('state start', key);
console.log(arguments);
if (arguments.length > 3)
{
this._args = Array.prototype.splice.call(arguments, 3);