From f70e3430ee02b7823b7410bcd6e72d638cc8c9c3 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Wed, 1 Nov 2017 23:55:44 +0000 Subject: [PATCH] Removed console.log --- v3/src/events/EventBinding.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/v3/src/events/EventBinding.js b/v3/src/events/EventBinding.js index cde615196..3f3754074 100644 --- a/v3/src/events/EventBinding.js +++ b/v3/src/events/EventBinding.js @@ -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.');