Browse Source

rm debug code

Shun Miyazawa 11 tháng trước cách đây
mục cha
commit
da56b79a3f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      apps/app/src/server/routes/apiv3/share-links.js

+ 0 - 1
apps/app/src/server/routes/apiv3/share-links.js

@@ -292,7 +292,6 @@ module.exports = (crowi) => {
       }
 
       try {
-        console.log('ああああ', relatedPage);
         const deletedShareLink = await ShareLink.remove({ relatedPage: { $eq: relatedPage } });
 
         activityEvent.emit('update', res.locals.activity._id, { action: SupportedAction.ACTION_SHARE_LINK_DELETE_BY_PAGE });