mirror of
https://github.com/photonstorm/phaser
synced 2024-11-28 07:31:11 +00:00
Removed console.log
This commit is contained in:
parent
42738782e0
commit
f70e3430ee
1 changed files with 0 additions and 2 deletions
|
@ -132,8 +132,6 @@ var EventBinding = new Class({
|
|||
|
||||
dispatch: function (event)
|
||||
{
|
||||
console.log('EventBinding.dispatch', this.type);
|
||||
|
||||
if (this.state !== CONST.DISPATCHER_IDLE)
|
||||
{
|
||||
throw new Error('Error: Failed to execute \'EventDispatcher.dispatch\' on \'' + this.type + '\': The event is already being dispatched.');
|
||||
|
|
Loading…
Reference in a new issue