mirror of
https://github.com/photonstorm/phaser
synced 2024-12-01 00:49:41 +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)
|
dispatch: function (event)
|
||||||
{
|
{
|
||||||
console.log('EventBinding.dispatch', this.type);
|
|
||||||
|
|
||||||
if (this.state !== CONST.DISPATCHER_IDLE)
|
if (this.state !== CONST.DISPATCHER_IDLE)
|
||||||
{
|
{
|
||||||
throw new Error('Error: Failed to execute \'EventDispatcher.dispatch\' on \'' + this.type + '\': The event is already being dispatched.');
|
throw new Error('Error: Failed to execute \'EventDispatcher.dispatch\' on \'' + this.type + '\': The event is already being dispatched.');
|
||||||
|
|
Loading…
Reference in a new issue