Skip to content

Commit

Permalink
chore: removel og
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry committed Feb 3, 2024
1 parent 495bc79 commit 08d228c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/web/src/utils/getSymbolAlias.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ export const getSymbolAlias = (
chainId: number | undefined,
defaultSymbol?: string,
): string | undefined => {
console.debug('debug address', {
address,
chainId,
defaultSymbol,
})
const addr = safeGetAddress(address)
if (!addr || !chainId) {
return defaultSymbol
Expand Down

0 comments on commit 08d228c

Please sign in to comment.