fix: remove console.log and unused variable

This commit is contained in:
Joakim Jäderberg
2024-11-20 14:31:53 +01:00
parent d32a595e2e
commit 0d739ff81d

View File

@@ -46,17 +46,6 @@ export default function FlexibilityOption({
const { public: publicPrice, member: memberPrice } = product.productType
function onChange() {
const rate = {
roomTypeCode,
roomType,
priceName: name,
public: publicPrice,
member: memberPrice,
features: petRoomPackage ? features : [],
}
console.log("Rate", rate)
handleSelectRate({
publicRateCode: publicPrice.rateCode,
roomTypeCode: roomTypeCode,