zahmis 5 лет назад
Родитель
Сommit
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);