Skip to content

Commit

Permalink
Typo(mogua-station#123): 디버깅용 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Stilllee committed Feb 3, 2025
1 parent 96df32d commit 50fed75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useInfiniteMeetings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export const useInfiniteMeetings = ({
} else {
const result =
(await response.json()) as ApiResponse<WrittenReview>;
console.log(result);
return transformPageResponse(result, (item) => ({
...mapWrittenReviewToReviewInfo(item),
eventType: type.toLowerCase(),
Expand Down

0 comments on commit 50fed75

Please sign in to comment.