Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 1798995

Browse files
committed
Remove console log
1 parent d94a7c9 commit 1798995

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ const nonZeroSparkMinerRates = SparkMinerRates.filter(
4545
const tidySparkMinerRates = SparkMinerRates.sort(
4646
(recordA, recordB) => recordB.success_rate - recordA.success_rate,
4747
).map((record) => {
48-
console.log(record)
4948
const { ttfb_ms } = sparkMinerRetrievalTimingsMap[record.miner_id] ?? {}
5049
delete record.successful
5150
delete record.successful_http

0 commit comments

Comments
 (0)