Benoît Hubert %!s(int64=8) %!d(string=hai) anos
pai
achega
e743d15f67
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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