From a14ca5aaa7eda1c4528671856f790a1c40526cae Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Tue, 3 Dec 2019 18:20:34 +0100 Subject: [PATCH] remove console logging --- services/integration/bookingChangeCharges.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;