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:
parent
67ab13b74b
commit
b69982da84
@ -418,7 +418,6 @@ function reduceMetamask (state, action) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case actions.SET_NEXT_NONCE: {
|
case actions.SET_NEXT_NONCE: {
|
||||||
console.log('action.value', action.value)
|
|
||||||
return extend(metamaskState, {
|
return extend(metamaskState, {
|
||||||
nextNonce: action.value,
|
nextNonce: action.value,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user