Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Logging the env is too silly even for log.silly
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Nov 6, 2010
1 parent b99f66b commit 64ee20d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/utils/lifecycle.js
Expand Up @@ -27,7 +27,6 @@ function lifecycle (pkg, stage, wd, cb) {
env.npm_lifecycle_script = pkg.scripts[stage]
}

log.silly(env, "lifecycle env")
chain
( packageLifecycle && [runPackageLifecycle, pkg, env, wd]
, [runHookLifecycle, pkg, env, wd]
Expand Down

0 comments on commit 64ee20d

Please sign in to comment.