diff --git a/test/specs/verify.js b/test/specs/verify.js index 13c91fbc..722ff548 100644 --- a/test/specs/verify.js +++ b/test/specs/verify.js @@ -39,7 +39,6 @@ test('verify pkg, options and env', function (t) { } }) - console.log(noErrors) tt.is(noErrors.length, 0) tt.end() })