Browse Source

delete console.log

zahmis 5 years ago
parent
commit
1429277222
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/server/routes/apiv3/pages.js

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

@@ -92,7 +92,6 @@ module.exports = (crowi) => {
 
 
     try {
     try {
       const result = await Page.findListWithDescendants(path, req.user, queryOptions);
       const result = await Page.findListWithDescendants(path, req.user, queryOptions);
-      console.log(result);
       return res.apiv3(result);
       return res.apiv3(result);
     }
     }
     catch (err) {
     catch (err) {