Benoît Hubert 8 éve
szülő
commit
e743d15f67
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      lib/indexHandlers.js

+ 0 - 1
lib/indexHandlers.js

@@ -84,7 +84,6 @@ module.exports = function(exStore, exDir) {
       ({ files, filesJSON: JSON.stringify(files) })
     )
     .then(({ files, filesJSON }) => Object.assign(data, { files, filesJSON }))
-    .then(c => { console.log(c); return c; })
     .then(data => ({
       html: Mustache.render(indexTpml, data),
       code: statusCode ? statusCode : 200