aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-07-07 13:48:02 +0800
committerDan Finlay <dan@danfinlay.com>2016-07-07 13:48:02 +0800
commitce463f3aff07c3cb73370cc1446a6b64f91ceb05 (patch)
tree58daf7f63d4e76c63ac5c8477f270cd8c95e9068 /ui/app/reducers.js
parent7481f7c3df72f5616615fcd74537d1f091b1bc4b (diff)
downloadtangerine-wallet-browser-ce463f3aff07c3cb73370cc1446a6b64f91ceb05.tar
tangerine-wallet-browser-ce463f3aff07c3cb73370cc1446a6b64f91ceb05.tar.gz
tangerine-wallet-browser-ce463f3aff07c3cb73370cc1446a6b64f91ceb05.tar.bz2
tangerine-wallet-browser-ce463f3aff07c3cb73370cc1446a6b64f91ceb05.tar.lz
tangerine-wallet-browser-ce463f3aff07c3cb73370cc1446a6b64f91ceb05.tar.xz
tangerine-wallet-browser-ce463f3aff07c3cb73370cc1446a6b64f91ceb05.tar.zst
tangerine-wallet-browser-ce463f3aff07c3cb73370cc1446a6b64f91ceb05.zip
Fixed up pending-tx-details
Diffstat (limited to 'ui/app/reducers.js')
-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 8a8f1c72b..f198758ea 100644
--- a/ui/app/reducers.js
+++ b/ui/app/reducers.js
@@ -35,7 +35,6 @@ function rootReducer (state, action) {
state.appState = reduceApp(state, action)
- console.log(JSON.stringify(state))
return state
}