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;