chore: remove console.log

This commit is contained in:
Gregor
2017-08-13 12:10:36 -07:00
committed by Gregor Martynus
parent 64d84a0e84
commit 5b3bdd226f
-1
View File
@@ -39,7 +39,6 @@ test('verify pkg, options and env', function (t) {
} }
}) })
console.log(noErrors)
tt.is(noErrors.length, 0) tt.is(noErrors.length, 0)
tt.end() tt.end()
}) })