Skip to content

Commit

Permalink
fix: Remove unused console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrg committed Nov 22, 2024
1 parent 3cea217 commit e67a989
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web/src/hooks/swap/use-swap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ export const useSwap = ({ tokenA, tokenB, direction, slippage, swapFee = 15 }: U
}
}, [estimatedRoutes, swapAmount, estimatedLiquidityMax]);

console.log(estimatedRoutes, swapAmount, "test");
return {
isSameToken,
tokenAmountLimit,
Expand Down

0 comments on commit e67a989

Please sign in to comment.