We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ade8f commit 8575ca7Copy full SHA for 8575ca7
app.js
@@ -74,7 +74,7 @@ function npmShortCircuit(cb) {
74
});
75
}
76
function doNPMUpdate(cb) {
77
- app.log.debug("doNPMUpdate");
+ //app.log.debug("doNPMUpdate");
78
getNPMRepos(function (err, results) {
79
app.log.debug(results);
80
async.forEachSeries(results.filter(function (x) { return typeof x !== 'undefined' && x !== null; }), doRepoUpdate, function (err) {
@@ -105,7 +105,7 @@ function getNPMRepos(cb) {
105
106
107
function getNPMRepoLocation(id_obj, cb) {
108
- app.log.debug("getNPMRepoLocation");
+ // app.log.debug("getNPMRepoLocation");
109
request('http://isaacs.couch.xxx/registry/' + id_obj.id, function (err, res, npmPackage) {
110
if (err) {
111
return cb(err);
0 commit comments