itizawa 5 лет назад
Родитель
Сommit
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);