Skip to content

Commit

Permalink
feat: remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Space-Bean committed Jul 4, 2024
1 parent 41e6fb2 commit 3b96687
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions projects/dex-ui/src/tokens/useTokenMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ export const useTokenMetadata = (params: string | TokenIsh): TokenMetadataRespon
const metaValues = Object.values(existingMetas);
const hasAllMetas = metaValues.length && metaValues.every(Boolean);

if (existingToken?.symbol === "PORK") {
console.log("PORK: ", existingMetas);
}

const query = useQuery({
queryKey: queryKeys.tokenMetadata(address || "invalid"),
queryFn: async () => {
Expand Down

0 comments on commit 3b96687

Please sign in to comment.