feat(SW-251): remove log

This commit is contained in:
Fredrik Thorsson
2024-09-13 11:30:17 +02:00
parent 4287b868fa
commit 19f6cf91df

View File

@@ -17,7 +17,6 @@ import { LangParams, PageArgs } from "@/types/params"
async function getAvailableHotels(
input: AvailabilityInput
): Promise<HotelData[]> {
console.log("This is the input: ", input)
const getAvailableHotels = await serverClient().hotel.availability.get(input)
if (!getAvailableHotels) throw new Error()