feat(sw-453): removed log

This commit is contained in:
Pontus Dreij
2024-10-28 13:13:09 +01:00
parent 917f44f323
commit 3b2b39fdc6

View File

@@ -58,8 +58,6 @@ export default async function SelectRatePage({
return "No hotel data found" // TODO: Add a proper error message
}
console.log(selectRoomParamsObject)
const roomCategories = hotelData?.included
return (