diff --git a/services/integration/bookingChangeCharges.js b/services/integration/bookingChangeCharges.js index 597a632..1f6f2ba 100644 --- a/services/integration/bookingChangeCharges.js +++ b/services/integration/bookingChangeCharges.js @@ -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;