Browse Source

clean code

Yuki Takei 3 năm trước cách đây
mục cha
commit
8eed4298bb
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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');