From 7058dc4ee3d00f4d4e407c656cf671b2d4fd62f2 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 6 Jul 2016 17:58:46 -0700 Subject: Began reworking tx conf view --- ui/app/reducers.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/app/reducers.js') diff --git a/ui/app/reducers.js b/ui/app/reducers.js index f198758ea..8a8f1c72b 100644 --- a/ui/app/reducers.js +++ b/ui/app/reducers.js @@ -35,6 +35,7 @@ function rootReducer (state, action) { state.appState = reduceApp(state, action) + console.log(JSON.stringify(state)) return state } -- cgit v1.2.3