From d259be72c2c0e0a41a279c1283bbc5670e0bdbf8 Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Fri, 29 May 2015 18:08:03 +0200 Subject: [PATCH] removed console.log --- client/app/scripts/stores/app-store.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/app/scripts/stores/app-store.js b/client/app/scripts/stores/app-store.js index 9bc154344..f496ae315 100644 --- a/client/app/scripts/stores/app-store.js +++ b/client/app/scripts/stores/app-store.js @@ -160,7 +160,6 @@ AppStore.registeredCallback = function(payload) { case ActionTypes.LEAVE_EDGE: mouseOverEdgeId = null; - console.log('leave'); AppStore.emit(AppStore.CHANGE_EVENT); break;