From 2568e40a395b809fb34125b3383f9f2616004f73 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 6 Jun 2012 14:48:24 -0700 Subject: Replace the log util with npmlog module This feels so good. lib/utils/log.js is the worst kind of glue code that keeps the npm project from being properly abstracted into independent pieces. In the process, also cleaned up a lot of unproductive logging, and made the npm-debug.log generated on errors be a bit more easy to read. --- lib/search.js | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/search.js') diff --git a/lib/search.js b/lib/search.js index 213390eb0..ba27bdb52 100644 --- a/lib/search.js +++ b/lib/search.js @@ -5,7 +5,6 @@ var npm = require("./npm.js") , registry = require("./utils/npm-registry-client/index.js") , semver = require("semver") , output - , log = require("./utils/log.js") search.usage = "npm search [some search terms ...]" -- cgit v1.2.3