From 19f6cf91df450bdf59106a942ebf609ed810be48 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Fri, 13 Sep 2024 11:30:17 +0200 Subject: [PATCH] feat(SW-251): remove log --- .../(live)/(public)/hotelreservation/select-hotel/page.tsx | 1 - 1 file changed, 1 deletion(-) 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()