Skip to content

Commit a6644c7

Browse files
committed
Dumping data objects is silly, not verbose.
1 parent 329a996 commit a6644c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function install_ (pkg, reg, seen, mustHave, pkglist, cb) {
104104

105105
getData(name, function (er, data) {
106106
if (er) return cb(er)
107-
log.verbose(data, pkg)
107+
log.silly(data, pkg)
108108
if (tag) {
109109
log.verbose(tag, pkg+" tag")
110110
var tags = data["dist-tags"]

0 commit comments

Comments
 (0)