2
0
itizawa 5 жил өмнө
parent
commit
83d84c304c

+ 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);