From 432221625ce82f36ff54a70449c9d424277f9576 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Thu, 7 Jul 2016 13:50:57 -0700 Subject: [PATCH] Remove logging for states. --- ui/app/reducers.js | 1 - 1 file changed, 1 deletion(-) 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 }