chore: remove console.log

This commit is contained in:
Gregor 2017-08-13 11:46:41 -07:00 committed by Gregor Martynus
parent 64d84a0e84
commit 5b3bdd226f

View File

@ -39,7 +39,6 @@ test('verify pkg, options and env', function (t) {
}
})
console.log(noErrors)
tt.is(noErrors.length, 0)
tt.end()
})