remove console logging

This commit is contained in:
Bilal Catic
2019-12-03 18:20:34 +01:00
parent 2c24028999
commit a14ca5aaa7

View File

@@ -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;