From a7ef5857eee9cc4c01bf530d5520ce9330f2b428 Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Wed, 13 Nov 2024 08:23:08 +0100 Subject: [PATCH] feat(SW-874): Removed log --- components/HotelReservation/SelectRate/Rooms/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/HotelReservation/SelectRate/Rooms/index.tsx b/components/HotelReservation/SelectRate/Rooms/index.tsx index d4c8ec50b..5e982a10f 100644 --- a/components/HotelReservation/SelectRate/Rooms/index.tsx +++ b/components/HotelReservation/SelectRate/Rooms/index.tsx @@ -24,7 +24,6 @@ export default function Rooms({ user, packages, }: Omit) { - console.log("roomsAvailability", roomsAvailability) const visibleRooms: RoomConfiguration[] = getLowestPricedDuplicateRooms( roomsAvailability.roomConfigurations )