소스 검색

delete console.log

zahmis 5 년 전
부모
커밋
230f6fc416
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/server/routes/apiv3/attachment.js

+ 0 - 3
src/server/routes/apiv3/attachment.js

@@ -56,11 +56,8 @@ module.exports = (crowi) => {
         { page: pageId },
         queryOptions,
       );
-      console.log(paginateResult);
 
       return res.apiv3({ paginateResult });
-
-
     }
     catch (err) {
       logger.error('Attachment not found', err);