mirror of
https://github.com/wassname/phaser.git
synced 2026-06-27 16:10:15 +08:00
Sorry, removing console.logs :)
This commit is contained in:
+1
-4
@@ -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);
|
||||
|
||||
Vendored
+1
-1
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)
|
||||
{
|
||||
this._args = Array.prototype.splice.call(arguments, 3);
|
||||
|
||||
Reference in New Issue
Block a user