mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
Missed a console log
This commit is contained in:
parent
bc962c25dc
commit
20c768e1af
1 changed files with 0 additions and 2 deletions
|
@ -352,8 +352,6 @@ var Game = new Class({
|
|||
*/
|
||||
boot: function ()
|
||||
{
|
||||
console.log('g boot');
|
||||
|
||||
if (!PluginCache.hasCore('EventEmitter'))
|
||||
{
|
||||
console.warn('Aborting. Core Plugins missing.');
|
||||
|
|
Loading…
Reference in a new issue