Skip to content

Commit

Permalink
[FE] REFACTOR: 응답 확인용 콘솔 로그 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunk03 committed Oct 21, 2024
1 parent af3102f commit 0b3ae8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/Presentation/pages/RegisterPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ const RegisterPage = () => {
const availableDates = response.data.results;
const formattedAvailableDates = availableDates.map(
(dateTime: string) => {
console.log(dateTime);
return format(new Date(dateTime), "M/d");
}
);
Expand Down

0 comments on commit 0b3ae8c

Please sign in to comment.