mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-13 19:44:12 +00:00
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…
x
Reference in New Issue
Block a user