Skip to content

Commit

Permalink
#29 fix: console.log 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
leejin-rho committed Jul 2, 2024
1 parent eb32533 commit f196652
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/calendar/CalendarModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ const CalendarModal = ({
programIdx: number;
toggleModal: () => {};
}) => {
console.log(programIdx);
const { data }: { data: GetProgramDetailBody } =
useGetProgramDetail(programIdx);
console.log(data);

return (
<div
Expand Down

0 comments on commit f196652

Please sign in to comment.