Remove logging for states.

feature/default_network_editable
Kevin Serrano 9 years ago
parent ecb0f9767b
commit 432221625c
  1. 1
      ui/app/reducers.js

@ -35,6 +35,5 @@ function rootReducer (state, action) {
state.appState = reduceApp(state, action)
console.log(JSON.stringify(state, null, 2))
return state
}

Loading…
Cancel
Save