summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/legacy-url-dep.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/legacy-url-dep.js')
-rw-r--r--deps/npm/test/tap/legacy-url-dep.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/npm/test/tap/legacy-url-dep.js b/deps/npm/test/tap/legacy-url-dep.js
index 9807d6916a..46378cd3ef 100644
--- a/deps/npm/test/tap/legacy-url-dep.js
+++ b/deps/npm/test/tap/legacy-url-dep.js
@@ -37,8 +37,6 @@ test('url-dep', function (t) {
common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest)
function installCheckAndTest (err, code, stdout, stderr) {
if (err) throw err
- console.error(stderr)
- console.log(stdout)
t.is(code, 0, 'install went ok')
t.done()
}