Skip to content

Commit

Permalink
fix: rm console log
Browse files Browse the repository at this point in the history
  • Loading branch information
micaelae committed Mar 4, 2025
1 parent 4a0919f commit e63723c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ui/ducks/bridge/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@ export const getTokenExchangeRate = async (request: {
tokenAddress,
);
if (chainId === MultichainNetworks.SOLANA) {
console.log(
'=====getTokenExchangeRate solana',
exchangeRates,
tokenAddress,
);
return exchangeRates?.[tokenAddress];
}
// The exchange rate can be checksummed or not, so we need to check both
Expand Down

0 comments on commit e63723c

Please sign in to comment.