Skip to content

Commit

Permalink
remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ares-SourceHat committed Mar 29, 2024
1 parent eb2ddad commit 6d9311e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/pages/AddLiquidityV2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ export default function AddLiquidity({
value = null
}

console.log(...args)
console.log(router)
console.log(method)
console.log(estimate)

setAttemptingTxn(true)
await estimate(...args, value ? { value } : {})
.then((estimatedGasLimit) =>
Expand All @@ -193,8 +188,6 @@ export default function AddLiquidity({
}).then((response) => {
setAttemptingTxn(false)

console.log("past estimate gas")

addTransaction(response, {
summary: t`Add ${parsedAmounts[Field.CURRENCY_A]?.toSignificant(3)} ${
currencies[Field.CURRENCY_A]?.symbol
Expand Down

0 comments on commit 6d9311e

Please sign in to comment.