Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-11-20 10:34:13 +0400
committerisaacs <i@izs.me>2011-11-20 10:34:13 +0400
commitff1bc347dfb8743dd5f7e9c045e2b6ab8f499881 (patch)
tree24fdf558913dcd8f317ca2078aa8846500f27695 /lib/utils/read-json.js
parenta96ec783c4c970f7b3c5f55401b94eeac19c0bce (diff)
No need to silly-log the testEngine call
Diffstat (limited to 'lib/utils/read-json.js')
-rw-r--r--lib/utils/read-json.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils/read-json.js b/lib/utils/read-json.js
index 47682dc74..e71128c1b 100644
--- a/lib/utils/read-json.js
+++ b/lib/utils/read-json.js
@@ -406,7 +406,6 @@ function depObjectify (deps) {
function testEngine (json) {
// if engines is empty, then assume that node is allowed.
- log.silly(json, "testEngine")
if ( !json.engines
|| Array.isArray(json.engines)
&& !json.engines.length