Delete console.log call on PluginManager.

This commit is contained in:
Rafael Barbosa Lopes 2018-05-26 13:50:14 -03:00
parent 57e32761df
commit 904b6c13da

View file

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