Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss committed Nov 5, 2024
1 parent bda03a5 commit 63b94e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/adena-extension/src/hooks/use-token-metainfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ export const useTokenMetainfo = (): UseTokenMetainfoReturn => {
const getTokenImageByDenom = useCallback(
(denom: string): string | null => {
const key = makeTokenKeyByDenom(denom);
console.log(key, tokenLogoMap);
return tokenLogoMap[key] || null;
},
[tokenLogoMap],
Expand Down

0 comments on commit 63b94e2

Please sign in to comment.