Browse Source

remove console.log

itizawa 5 years ago
parent
commit
83d84c304c
1 changed files with 0 additions and 2 deletions
  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);
       return res.apiv3Err(`Could not use the path '${newPagePath})'`, 409);
     }
     }
 
 
-    console.log(newPagePath);
-
     // check whether path starts slash
     // check whether path starts slash
     newPagePath = pathUtils.addHeadingSlash(newPagePath);
     newPagePath = pathUtils.addHeadingSlash(newPagePath);