removed console.log

This commit is contained in:
David Kaltschmidt
2015-05-29 18:08:03 +02:00
parent 9c3db34d49
commit d259be72c2

View File

@@ -160,7 +160,6 @@ AppStore.registeredCallback = function(payload) {
case ActionTypes.LEAVE_EDGE:
mouseOverEdgeId = null;
console.log('leave');
AppStore.emit(AppStore.CHANGE_EVENT);
break;