From 268aea165229a911f3c69e2e430ebf569fa70095 Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Tue, 30 May 2017 18:50:28 +0200 Subject: [PATCH] [enh] #918 Remove a noisy message --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 4b761d0c1..959136766 100644 --- a/index.js +++ b/index.js @@ -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) -- GitLab