Skip to content

Commit

Permalink
deleted console log
Browse files Browse the repository at this point in the history
  • Loading branch information
hxfsa committed Oct 11, 2024
1 parent 3ce26a9 commit 2d2b5ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/components/ReservationButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ export default function ReservationButton({
message.error("Erreur lors de la réservation");
},
});
useEffect(() => {
console.log(userInfo.isLoggedIn, "userInfo");
});

const onClick = () => {
const startDateString = localStorage.getItem("startDate");
const startDate = startDateString ? new Date(startDateString) : null;
Expand Down

0 comments on commit 2d2b5ed

Please sign in to comment.