feat(SW-826) removed log

This commit is contained in:
Pontus Dreij
2024-11-13 15:58:44 +01:00
parent 1595b18644
commit 56139f4e3c

View File

@@ -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()