Explorar o código

delete console.log

zahmis %!s(int64=5) %!d(string=hai) anos
pai
achega
a71b760cba
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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 });