ソースを参照

remove console.log

itizawa 5 年 前
コミット
83d84c304c
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/server/routes/apiv3/pages.js

+ 0 - 2
src/server/routes/apiv3/pages.js

@@ -169,8 +169,6 @@ module.exports = (crowi) => {
       return res.apiv3Err(`Could not use the path '${newPagePath})'`, 409);
     }
 
-    console.log(newPagePath);
-
     // check whether path starts slash
     newPagePath = pathUtils.addHeadingSlash(newPagePath);