remove console.log
This commit is contained in:
parent
f06286df2f
commit
39a6d35033
|
@ -41,7 +41,6 @@ const processTransaction = (
|
|||
const from = userAccountSelector(state)
|
||||
const nonce = (await safeInstance.nonce()).toString()
|
||||
const threshold = (await safeInstance.getThreshold()).toNumber()
|
||||
console.log(threshold, tx.confirmations.size)
|
||||
const shouldExecute = threshold === tx.confirmations.size || approveAndExecute
|
||||
const sigs = generateSignaturesFromTxConfirmations(tx, approveAndExecute && userAddress)
|
||||
|
||||
|
|
Loading…
Reference in New Issue