diff options
-rw-r--r-- | ui/app/reducers.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/reducers.js b/ui/app/reducers.js index f8b192af3..9243ddba4 100644 --- a/ui/app/reducers.js +++ b/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 } |