Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Mar 1, 2023
1 parent 4f65a74 commit f0d5b90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/widget/src/hooks/useTokenAddressBalance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export const useTokenAddressBalance = (
useTokenBalances(chainId);

const token = useMemo(() => {
console.log('useTokenAddressBalance');
const token = (tokensWithBalance ?? tokens)?.find(
(token) => token.address === tokenAddress && token.chainId === chainId,
);
Expand Down

0 comments on commit f0d5b90

Please sign in to comment.