Skip to content

Commit

Permalink
chore: remove console log (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjeatt authored Sep 29, 2023
1 parent 6626850 commit 724f5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/api/use-get-prices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const getCoingeckoId = (currency: CurrencyExt) => {
const composeIds = (currencies: CurrencyExt[]): string =>
currencies.reduce((acc, currency) => {
const coingeckoId = getCoingeckoId(currency);
console.log('coingeckoId', coingeckoId);

if (!coingeckoId) {
return acc;
}
Expand Down

2 comments on commit 724f5a1

@vercel
Copy link

@vercel vercel bot commented on 724f5a1 Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 724f5a1 Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.