mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Remove console.log in a builtin
This commit is contained in:
@@ -47,7 +47,6 @@ function disable() {
|
||||
}
|
||||
|
||||
function monitorEventLoopDelay(options?: { resolution?: number }) {
|
||||
console.log("monitorEventLoopDelay", options);
|
||||
if (options !== undefined) {
|
||||
validateObject(options, "options");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user