mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
remove unnecessary log
This commit is contained in:
parent
da33efe775
commit
07539a63e4
@ -429,10 +429,7 @@ module.exports = class TransactionController extends EventEmitter {
|
|||||||
return cb()
|
return cb()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (txMeta.retryCount > RETRY_LIMIT) {
|
if (txMeta.retryCount > RETRY_LIMIT) return
|
||||||
const message = 'Gave up submitting tx ' + txMeta.hash
|
|
||||||
return log.warning(message)
|
|
||||||
}
|
|
||||||
|
|
||||||
txMeta.retryCount++
|
txMeta.retryCount++
|
||||||
const rawTx = txMeta.rawTx
|
const rawTx = txMeta.rawTx
|
||||||
|
Loading…
Reference in New Issue
Block a user