From 4455357daabe8300836b0b05df4779a6a0b6a1b9 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sat, 16 Oct 2010 11:22:41 -0700 Subject: [PATCH] Dumping objects is silly, not verbose. --- lib/utils/read-json.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/read-json.js b/lib/utils/read-json.js index 06a51e36bc1..07b404d0221 100644 --- a/lib/utils/read-json.js +++ b/lib/utils/read-json.js @@ -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