From 56139f4e3c1adb5a24cf2b2f8ebe4ddf47934018 Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Wed, 13 Nov 2024 15:58:44 +0100 Subject: [PATCH] feat(SW-826) removed log --- components/HotelReservation/Contact/index.tsx | 1 - 1 file changed, 1 deletion(-) 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()