summaryrefslogtreecommitdiff
path: root/cli/js/timers_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/timers_test.ts')
-rw-r--r--cli/js/timers_test.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/js/timers_test.ts b/cli/js/timers_test.ts
index 84811ff11..06367fc6d 100644
--- a/cli/js/timers_test.ts
+++ b/cli/js/timers_test.ts
@@ -297,7 +297,6 @@ test(async function timerMaxCpuBug(): Promise<void> {
const { opsDispatched } = Deno.metrics();
await waitForMs(100);
const opsDispatched_ = Deno.metrics().opsDispatched;
- console.log("opsDispatched", opsDispatched, "opsDispatched_", opsDispatched_);
assert(opsDispatched_ - opsDispatched < 10);
});