diff --git a/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.tsx b/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.tsx index 948cafbc2..63facf6d8 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.tsx +++ b/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.tsx @@ -17,7 +17,6 @@ import { LangParams, PageArgs } from "@/types/params" async function getAvailableHotels( input: AvailabilityInput ): Promise { - console.log("This is the input: ", input) const getAvailableHotels = await serverClient().hotel.availability.get(input) if (!getAvailableHotels) throw new Error()