Skip to content

Commit

Permalink
Dumping objects is silly, not verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Oct 16, 2010
1 parent 9f25bd9 commit 4455357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/read-json.js
Expand Up @@ -163,7 +163,7 @@ function depObjectify (deps) {
}
function testEngine (json) {
// if engines is empty, then assume that node is allowed.
log.verbose(json, "testEngine")
log.silly(json, "testEngine")
if ( !json.engines
|| Array.isArray(json.engines)
&& !json.engines.length
Expand Down

0 comments on commit 4455357

Please sign in to comment.