remove console logging
This commit is contained in:
@@ -146,7 +146,7 @@ const getIncidentsFromChanges = (changes) => {
|
|||||||
reservationsForAdditionalCheck.push(reservationId);
|
reservationsForAdditionalCheck.push(reservationId);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
console.log('\t\tNo');
|
// console.log('\t\tNo');
|
||||||
// Reservation moved to another day
|
// Reservation moved to another day
|
||||||
// Add cancellation charge
|
// Add cancellation charge
|
||||||
const chargeFee = oldReservationLength * reservationHourlyRate * BOOKING_CHANGE_PERCENTAGE_CHARGE / 100;
|
const chargeFee = oldReservationLength * reservationHourlyRate * BOOKING_CHANGE_PERCENTAGE_CHARGE / 100;
|
||||||
|
|||||||
Reference in New Issue
Block a user