Remove console.log in a builtin

This commit is contained in:
Jarred Sumner
2025-09-06 22:25:39 -07:00
parent 9fba9de0b5
commit a705dfc63a

View File

@@ -47,7 +47,6 @@ function disable() {
}
function monitorEventLoopDelay(options?: { resolution?: number }) {
console.log("monitorEventLoopDelay", options);
if (options !== undefined) {
validateObject(options, "options");
}