Removed console.log

This commit is contained in:
Richard Davey 2017-11-01 23:55:44 +00:00
parent 42738782e0
commit f70e3430ee

View file

@ -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.');