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
-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);