mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove egregious alert
This commit is contained in:
parent
15ae20033c
commit
b529017149
@ -382,7 +382,6 @@ function sendTx (txData) {
|
|||||||
if (global.METAMASK_DEBUG) console.log(`background.approveTransaction`)
|
if (global.METAMASK_DEBUG) console.log(`background.approveTransaction`)
|
||||||
background.approveTransaction(txData.id, (err) => {
|
background.approveTransaction(txData.id, (err) => {
|
||||||
if (err) {
|
if (err) {
|
||||||
alert(err.message)
|
|
||||||
dispatch(actions.txError(err))
|
dispatch(actions.txError(err))
|
||||||
return console.error(err.message)
|
return console.error(err.message)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user