Skip to content

Commit 8575ca7

Browse files
committed
[fix] removed annoyin messages
1 parent f2ade8f commit 8575ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function npmShortCircuit(cb) {
7474
});
7575
}
7676
function doNPMUpdate(cb) {
77-
app.log.debug("doNPMUpdate");
77+
//app.log.debug("doNPMUpdate");
7878
getNPMRepos(function (err, results) {
7979
app.log.debug(results);
8080
async.forEachSeries(results.filter(function (x) { return typeof x !== 'undefined' && x !== null; }), doRepoUpdate, function (err) {
@@ -105,7 +105,7 @@ function getNPMRepos(cb) {
105105
}
106106

107107
function getNPMRepoLocation(id_obj, cb) {
108-
app.log.debug("getNPMRepoLocation");
108+
// app.log.debug("getNPMRepoLocation");
109109
request('http://isaacs.couch.xxx/registry/' + id_obj.id, function (err, res, npmPackage) {
110110
if (err) {
111111
return cb(err);

0 commit comments

Comments
 (0)