Skip to content

Commit

Permalink
♻️ PostDetailPage 배포 준비 완료
Browse files Browse the repository at this point in the history
#241 console.log 삭제
  • Loading branch information
sseuldev authored and sxxcxng committed Sep 22, 2024
1 parent 3f231dc commit b625325
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions gongjakso/src/pages/DetailPage/DetailPageContest.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ const DetailPageContest = () => {
category: 'Scrap button',
action: '게시물 스크랩 취소',
});
console.log(res);
});
} else {
// [POST] 공고 상세페이지 팀 스크랩 API
Expand All @@ -166,7 +165,6 @@ const DetailPageContest = () => {
category: 'Scrap button',
action: '게시물 스크랩',
});
console.log(res);
});
}

Expand Down
2 changes: 1 addition & 1 deletion gongjakso/src/service/post_service.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const getPostDetail = async (contest_id, team_id) => {

try {
const response = await axiosInstanceV2.get(reqURL);
console.log(response);

return response.data;
} catch (error) {
console.log(error);
Expand Down

0 comments on commit b625325

Please sign in to comment.