Remove debug metrics

Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
This commit is contained in:
Gauthier Dandele
2025-06-05 16:36:00 +02:00
committed by GitHub
parent bb49fc6c16
commit 56fd8135b5

View File

@@ -51,7 +51,6 @@ async function report () {
}
// If enabled, gather metrics
const metrics = await gather()
runtime.log.debug(`Telemetry metrics: ${JSON.stringify(metrics, null, 2)}`)
// Post metrics to endpoint - handle any error silently