removed debug

This commit is contained in:
jpellizzari
2017-01-16 16:30:32 -08:00
parent 443941e1b8
commit 92c98e1efb

View File

@@ -724,6 +724,7 @@ export function rootReducer(state = initialState, action) {
origin: null,
topologyId,
});
return state.set('currentTopologyId', topologyId).set('selectedNodeId', id);
}