Benoît Hubert 8 年之前
父节点
当前提交
e743d15f67
共有 1 个文件被更改,包括 0 次插入1 次删除
  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