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

[enh] #918 Remove a noisy message

parent 6e1271f9
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,6 @@ module.exports.statics = {
quickRun: function() {
const deps = Array.from(arguments).map((f, index) => {
const canonicalPath = path.resolve(f)
console.log(canonicalPath)
return {
name: 'duniter-quick-module-' + index,
required: require(canonicalPath)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment