mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +00:00
Delete console.log
call on PluginManager.
This commit is contained in:
parent
57e32761df
commit
904b6c13da
1 changed files with 0 additions and 2 deletions
|
@ -422,8 +422,6 @@ var PluginManager = new Class({
|
|||
start = true;
|
||||
}
|
||||
|
||||
console.log('install', key, start, mapping);
|
||||
|
||||
if (!this.game.isBooted)
|
||||
{
|
||||
this._pendingGlobal.push({ key: key, plugin: plugin, start: start, mapping: mapping });
|
||||
|
|
Loading…
Add table
Reference in a new issue