Avoid chatty console.log.

This commit is contained in:
John-David Dalton
2016-01-15 22:56:38 -08:00
parent 6949f71516
commit 6bc0aba800
2 changed files with 5 additions and 3 deletions

View File

@@ -636,9 +636,8 @@
/*--------------------------------------------------------------------------*/
console.log('Running lodash tests.');
if (params) {
console.log('Running lodash tests.');
console.log('test.js invoked with arguments: ' + JSON.stringify(slice.call(params)));
}