diff options
author | Yusuke Sakurai <kerokerokerop@gmail.com> | 2020-03-03 23:51:07 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-03 15:51:07 +0100 |
commit | 4dc004f0a24fdc81026ec03326b9943a95f1a31d (patch) | |
tree | 97a066cee4c56e4242c69cce99e93101a43b4714 /cli/js/os_test.ts | |
parent | 3968308886dec239a071503bf09352f893e1da83 (diff) |
misc: reduce unnecesarry output in cli/js tests (#4182)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/js/os_test.ts')
-rw-r--r-- | cli/js/os_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/js/os_test.ts b/cli/js/os_test.ts index b0561840b..35b9f126a 100644 --- a/cli/js/os_test.ts +++ b/cli/js/os_test.ts @@ -112,7 +112,6 @@ if (Deno.build.os === "win") { } test(function osPid(): void { - console.log("pid", Deno.pid); assert(Deno.pid > 0); }); |