diff --git a/services/integration/bookingChangeCharges.js b/services/integration/bookingChangeCharges.js index e46a691..06a9f8c 100644 --- a/services/integration/bookingChangeCharges.js +++ b/services/integration/bookingChangeCharges.js @@ -22,7 +22,6 @@ const bulkWriteBookingChangeIncidents = (incidents) => { const chargeBookingChanges = (changes) => { return new Promise((resolve, reject) => { - console.log(changes); if (Array.isArray(changes)){ const incidents = []; const errors = [];