mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Sorry, removing console.logs :)
This commit is contained in:
parent
b4dbaf9950
commit
fdde4cb7e6
3 changed files with 2 additions and 8 deletions
|
@ -10274,7 +10274,7 @@ World.prototype.hitTest = function(worldPoint,bodies,precision){
|
||||||
*
|
*
|
||||||
* Phaser - http://www.phaser.io
|
* 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
|
* 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)
|
if (arguments.length > 3)
|
||||||
{
|
{
|
||||||
this._args = Array.prototype.splice.call(arguments, 3);
|
this._args = Array.prototype.splice.call(arguments, 3);
|
||||||
|
|
2
build/phaser.min.js
vendored
2
build/phaser.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -252,9 +252,6 @@ Phaser.StateManager.prototype = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('state start', key);
|
|
||||||
console.log(arguments);
|
|
||||||
|
|
||||||
if (arguments.length > 3)
|
if (arguments.length > 3)
|
||||||
{
|
{
|
||||||
this._args = Array.prototype.splice.call(arguments, 3);
|
this._args = Array.prototype.splice.call(arguments, 3);
|
||||||
|
|
Loading…
Reference in a new issue