瀏覽代碼

clean code

Yuki Takei 3 年之前
父節點
當前提交
8eed4298bb
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      packages/app/src/server/routes/apiv3/import.js

+ 0 - 2
packages/app/src/server/routes/apiv3/import.js

@@ -214,8 +214,6 @@ module.exports = (crowi) => {
     // TODO: add express validator
     const { fileName, collections, optionsMap } = req.body;
 
-    console.log('fileName', fileName);
-
     // pages collection can only be imported by upsert if isV5Compatible is true
     const isV5Compatible = crowi.configManager.getConfig('crowi', 'app:isV5Compatible');
     const isImportPagesCollection = collections.includes('pages');