diff --git a/components/HotelReservation/Contact/index.tsx b/components/HotelReservation/Contact/index.tsx index b490b6e89..5aca6f1eb 100644 --- a/components/HotelReservation/Contact/index.tsx +++ b/components/HotelReservation/Contact/index.tsx @@ -13,7 +13,6 @@ import styles from "./contact.module.css" import { ContactProps } from "@/types/components/hotelReservation/selectHotel/selectHotel" export default function Contact({ hotel }: ContactProps) { - console.log(hotel) const lang = useLang() const intl = useIntl()