summaryrefslogtreecommitdiff
path: root/deps/npm/lib/commands/dist-tag.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/commands/dist-tag.js')
-rw-r--r--deps/npm/lib/commands/dist-tag.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/npm/lib/commands/dist-tag.js b/deps/npm/lib/commands/dist-tag.js
index e2b013206d..bb36f3f72b 100644
--- a/deps/npm/lib/commands/dist-tag.js
+++ b/deps/npm/lib/commands/dist-tag.js
@@ -31,7 +31,6 @@ class DistTag extends BaseCommand {
async exec ([cmdName, pkg, tag]) {
const opts = {
...this.npm.flatOptions,
- log,
}
if (['add', 'a', 'set', 's'].includes(cmdName)) {