1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Remove logging for states.

This commit is contained in:
Kevin Serrano 2016-07-07 13:50:57 -07:00
parent ecb0f9767b
commit 432221625c

View File

@ -35,6 +35,5 @@ function rootReducer (state, action) {
state.appState = reduceApp(state, action)
console.log(JSON.stringify(state, null, 2))
return state
}