aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-07-08 07:29:31 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-07-08 07:29:31 +0800
commit1c1d6241ed188a27a50cccb8aec1350ab459eeb5 (patch)
tree239aa948ae3e761055aa6db2bedb043e82c00464
parentf26c47a3fc7c9eb2ec09410b393c35f7c3f7f536 (diff)
downloadtangerine-wallet-browser-1c1d6241ed188a27a50cccb8aec1350ab459eeb5.tar.gz
tangerine-wallet-browser-1c1d6241ed188a27a50cccb8aec1350ab459eeb5.tar.zst
tangerine-wallet-browser-1c1d6241ed188a27a50cccb8aec1350ab459eeb5.zip
Remove reducer console log.
-rw-r--r--ui/app/reducers.js1
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
}