Merge pull request #3703 from rblopes/patch

Deleted `console.log`.
This commit is contained in:
Chris Andrew 2018-05-27 03:05:50 +01:00 committed by GitHub
commit 911799483f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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