Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis committed Oct 28, 2024
1 parent f322155 commit 10e8d8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/lib/modules/swap/SwapForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ export function SwapForm({ redirectToPoolPage }: Props) {
function handleTokenSelectForPoolSwap(token: GqlToken) {
const tokenAddress = token.address as Address

console.log({ tokensLength: tokens.length, tokenSelectKey, tokenAddress, tokenIn, tokenOut })

if (
tokens.length === 2 &&
tokenSelectKey === 'tokenIn' &&
Expand Down

0 comments on commit 10e8d8c

Please sign in to comment.