Skip to content

Commit 9117994

Browse files
authored
Merge pull request phaserjs#3703 from rblopes/patch
Deleted `console.log`.
2 parents 57e3276 + 904b6c1 commit 9117994

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/plugins/PluginManager.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,6 @@ var PluginManager = new Class({
422422
start = true;
423423
}
424424

425-
console.log('install', key, start, mapping);
426-
427425
if (!this.game.isBooted)
428426
{
429427
this._pendingGlobal.push({ key: key, plugin: plugin, start: start, mapping: mapping });

0 commit comments

Comments
 (0)