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