diff --git a/src/routes/safe/components/Balances/SendModal/screens/ReviewTx/index.jsx b/src/routes/safe/components/Balances/SendModal/screens/ReviewTx/index.jsx index 81dbb126..97f06153 100644 --- a/src/routes/safe/components/Balances/SendModal/screens/ReviewTx/index.jsx +++ b/src/routes/safe/components/Balances/SendModal/screens/ReviewTx/index.jsx @@ -79,7 +79,6 @@ const ReviewTx = ({ } const estimatedGasCosts = await estimateApprovalTxGasCosts(safeAddress, txRecipient, txData) - console.log({ estimatedGasCosts }) const gasCostsAsEth = fromWei(toBN(estimatedGasCosts), 'ether') const roundedGasCosts = parseFloat(gasCostsAsEth).toFixed(3) if (isCurrent) { @@ -180,9 +179,6 @@ const ReviewTx = ({ - - {`Gas costs: ${gasCosts}`} -