summaryrefslogtreecommitdiff
path: root/deps/npm/lib/commands/exec.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/commands/exec.js')
-rw-r--r--deps/npm/lib/commands/exec.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/npm/lib/commands/exec.js b/deps/npm/lib/commands/exec.js
index 61a6d96595..52fb1f8eb7 100644
--- a/deps/npm/lib/commands/exec.js
+++ b/deps/npm/lib/commands/exec.js
@@ -1,7 +1,6 @@
const libexec = require('libnpmexec')
const BaseCommand = require('../base-command.js')
const getLocationMsg = require('../exec/get-workspace-location-msg.js')
-const log = require('../utils/log-shim')
// it's like this:
//
@@ -77,7 +76,6 @@ class Exec extends BaseCommand {
call,
localBin,
locationMsg,
- log,
globalBin,
output,
packages,