소스 검색

delete console.log

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

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

@@ -56,8 +56,6 @@ module.exports = (crowi) => {
       const attachments = await Attachment.find({ page: pageId });
       const pagination = await Attachment.paginate({}, { queryOptions });
 
-      console.log(pagination);
-
       const result = { attachments, pagination };
 
       return res.apiv3({ result });