Skip to content
Snippets Groups Projects
Commit caa76a36 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] #739 Conflicting console.log call

parent 6cde3870
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,6 @@ module.exports.statics = {
}
for (const duniterModule of duniterModules) {
console.log('Registering module %s...', duniterModule.name);
stack.registerDependency(duniterModule.required);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment