Skip to content

Commit e63723c

Browse files
committed
fix: rm console log
1 parent 4a0919f commit e63723c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ui/ducks/bridge/utils.ts

-5
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,6 @@ export const getTokenExchangeRate = async (request: {
138138
tokenAddress,
139139
);
140140
if (chainId === MultichainNetworks.SOLANA) {
141-
console.log(
142-
'=====getTokenExchangeRate solana',
143-
exchangeRates,
144-
tokenAddress,
145-
);
146141
return exchangeRates?.[tokenAddress];
147142
}
148143
// The exchange rate can be checksummed or not, so we need to check both

0 commit comments

Comments
 (0)