summaryrefslogtreecommitdiff
path: root/cli/rt/99_main.js
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-11-08 23:35:36 +0100
committerGitHub <noreply@github.com>2020-11-08 23:35:36 +0100
commita269dffe17c644a182444030f9d756d2b1859a54 (patch)
tree64ed3ad2ef9d433831638a81531bd9957cac9c7d /cli/rt/99_main.js
parent6743383d2e89939ae9c12d8de027f05ae4d37518 (diff)
chore: remove dead code (#8298)
Diffstat (limited to 'cli/rt/99_main.js')
-rw-r--r--cli/rt/99_main.js3
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);
}