We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd32bea + 42abdb8 commit 7c056d3Copy full SHA for 7c056d3
indexer/src/services/price/price-updater.service.ts
@@ -26,7 +26,6 @@ export class PriceUpdaterService {
26
const response = await axios.get(this.DIA_API_URL);
27
const price = response.data.Price;
28
this.priceService.setKdaUsdPrice(price);
29
- console.log(`[INFO][PRICE] Updated KDA/USD price to: $${price}`);
30
} catch (error) {
31
console.error('[ERROR][PRICE] Failed to update KDA/USD price:', error);
32
}
0 commit comments