From 4dc004f0a24fdc81026ec03326b9943a95f1a31d Mon Sep 17 00:00:00 2001 From: Yusuke Sakurai Date: Tue, 3 Mar 2020 23:51:07 +0900 Subject: misc: reduce unnecesarry output in cli/js tests (#4182) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- cli/js/timers_test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/js/timers_test.ts') 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 { const { opsDispatched } = Deno.metrics(); await waitForMs(100); const opsDispatched_ = Deno.metrics().opsDispatched; - console.log("opsDispatched", opsDispatched, "opsDispatched_", opsDispatched_); assert(opsDispatched_ - opsDispatched < 10); }); -- cgit v1.2.3