diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx index d0b079f5d..662d051d7 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx +++ b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx @@ -112,8 +112,6 @@ export default async function SelectHotelPage({ const isAllUnavailable = hotels.every((hotel) => hotel.price === undefined) - console.log("searchParams.city", searchParams.city) - return ( <>