Skip to content

Commit

Permalink
test: remove unnecessary logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
othiym23 committed Mar 17, 2016
1 parent f67ecad commit 4320503
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/tap/shrinkwrap-scoped-auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ test('authed npm install with shrinkwrapped scoped package', function (t) {
],
EXEC_OPTS,
function (err, code, stdout, stderr) {
console.error(stderr)
t.ifError(err, 'test runner executed without error')
t.equal(code, 0, 'npm install exited OK')
t.notOk(stderr, 'no output on stderr')
Expand Down

0 comments on commit 4320503

Please sign in to comment.