Skip to content

Commit

Permalink
lower log level for refreshing api module
Browse files Browse the repository at this point in the history
  • Loading branch information
delchev committed Aug 3, 2022
1 parent 12907c9 commit 318fce1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ exports.refresh = function () {
return 0;
})
.forEach(e => {
console.log(`Refreshing ModuleInfo: ${e.name}`);
console.debug(`Refreshing ModuleInfo: ${e.name}`);
exports.get(e.name)
});
console.log("Refreshing ModuleInfo Finished");
console.debug("Refreshing ModuleInfo Finished");
};

exports.clear = function () {
Expand Down

0 comments on commit 318fce1

Please sign in to comment.