Missed a console log

This commit is contained in:
Richard Davey 2019-01-18 13:42:49 +00:00
parent bc962c25dc
commit 20c768e1af

View file

@ -352,8 +352,6 @@ var Game = new Class({
*/
boot: function ()
{
console.log('g boot');
if (!PluginCache.hasCore('EventEmitter'))
{
console.warn('Aborting. Core Plugins missing.');