1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Remove reducer console log.

This commit is contained in:
Kevin Serrano 2016-07-07 16:29:31 -07:00
parent f26c47a3fc
commit 1c1d6241ed

View File

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