From 5b3bdd226f1ff5c631be72a7bf1b6440c6ad1f70 Mon Sep 17 00:00:00 2001 From: Gregor Date: Sun, 13 Aug 2017 11:46:41 -0700 Subject: [PATCH] chore: remove console.log --- test/specs/verify.js | 1 - 1 file changed, 1 deletion(-) 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() })