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

Remove logging of action.value of set_next_nonce (#7233)

This commit is contained in:
Thomas Huang 2019-09-30 15:17:45 -07:00 committed by Mark Stacey
parent 67ab13b74b
commit b69982da84

View File

@ -418,7 +418,6 @@ function reduceMetamask (state, action) {
}
case actions.SET_NEXT_NONCE: {
console.log('action.value', action.value)
return extend(metamaskState, {
nextNonce: action.value,
})