From 20c768e1afa1a7a1e9d1d1f6be8aee80fb40c053 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 18 Jan 2019 13:42:49 +0000 Subject: [PATCH] Missed a console log --- src/core/Game.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/Game.js b/src/core/Game.js index 70efba097..e5a519f04 100644 --- a/src/core/Game.js +++ b/src/core/Game.js @@ -352,8 +352,6 @@ var Game = new Class({ */ boot: function () { - console.log('g boot'); - if (!PluginCache.hasCore('EventEmitter')) { console.warn('Aborting. Core Plugins missing.');