diff --git a/index.js b/index.js
index 4b761d0c177afa620351786452e1e028cd1a43c7..959136766fcb0d431ce26e266e295da3ae65c911 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)