diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-11-08 23:35:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-08 23:35:36 +0100 |
commit | a269dffe17c644a182444030f9d756d2b1859a54 (patch) | |
tree | 64ed3ad2ef9d433831638a81531bd9957cac9c7d /cli/rt/99_main.js | |
parent | 6743383d2e89939ae9c12d8de027f05ae4d37518 (diff) |
chore: remove dead code (#8298)
Diffstat (limited to 'cli/rt/99_main.js')
-rw-r--r-- | cli/rt/99_main.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/rt/99_main.js b/cli/rt/99_main.js index b29d1a4f2..68572f79a 100644 --- a/cli/rt/99_main.js +++ b/cli/rt/99_main.js @@ -298,7 +298,7 @@ delete Object.prototype.__proto__; } }); - const { args, cwd, noColor, pid, ppid, unstableFlag } = runtimeStart(); + const { args, noColor, pid, ppid, unstableFlag } = runtimeStart(); registerErrors(); @@ -330,7 +330,6 @@ delete Object.prototype.__proto__; Object.freeze(globalThis.Deno.core.sharedQueue); signals.setSignals(); - util.log("cwd", cwd); util.log("args", args); } |