Skip to content

Commit 7c056d3

Browse files
authored
Merge pull request #412 from hack-a-chain-software/remove-logs
refactor: removed KDA/USD price update log
2 parents fd32bea + 42abdb8 commit 7c056d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

indexer/src/services/price/price-updater.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export class PriceUpdaterService {
2626
const response = await axios.get(this.DIA_API_URL);
2727
const price = response.data.Price;
2828
this.priceService.setKdaUsdPrice(price);
29-
console.log(`[INFO][PRICE] Updated KDA/USD price to: $${price}`);
3029
} catch (error) {
3130
console.error('[ERROR][PRICE] Failed to update KDA/USD price:', error);
3231
}

0 commit comments

Comments
 (0)