From a705dfc63a2f76bf4a76b0f0fd55935deb24ac1d Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sat, 6 Sep 2025 22:25:39 -0700 Subject: [PATCH] Remove console.log in a builtin --- src/js/internal/perf_hooks/monitorEventLoopDelay.ts | 1 - 1 file changed, 1 deletion(-) 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"); }