Remove egregious alert

This commit is contained in:
Dan Finlay 2017-02-06 16:45:40 -08:00
parent 15ae20033c
commit b529017149
1 changed files with 0 additions and 1 deletions

View File

@ -382,7 +382,6 @@ function sendTx (txData) {
if (global.METAMASK_DEBUG) console.log(`background.approveTransaction`)
background.approveTransaction(txData.id, (err) => {
if (err) {
alert(err.message)
dispatch(actions.txError(err))
return console.error(err.message)
}