Skip to content

Commit

Permalink
removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinsoza committed Jun 26, 2024
1 parent 4ef9e65 commit 32fde6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/functions/generateRoute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ export const useRouterSDK = () => {
const quoteCurrency = fromAddressToToken(quoteTokenAddress);

if (isAggregator) {
console.log('Returning routeSplit');
console.log(await router.routeSplit(currencyAmount, quoteCurrency, tradeType));
// console.log('Returning routeSplit');
// console.log(await router.routeSplit(currencyAmount, quoteCurrency, tradeType));
return router.routeSplit(currencyAmount, quoteCurrency, tradeType);
}

Expand Down

0 comments on commit 32fde6b

Please sign in to comment.