diff --git a/src/js/internal/perf_hooks/monitorEventLoopDelay.ts b/src/js/internal/perf_hooks/monitorEventLoopDelay.ts index a0854a2963..7466edb75e 100644 --- a/src/js/internal/perf_hooks/monitorEventLoopDelay.ts +++ b/src/js/internal/perf_hooks/monitorEventLoopDelay.ts @@ -47,7 +47,6 @@ function disable() { } function monitorEventLoopDelay(options?: { resolution?: number }) { - console.log("monitorEventLoopDelay", options); if (options !== undefined) { validateObject(options, "options"); }