From 98899d6826299d27ca61a8834959da92f0e8e451 Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Fri, 12 Jul 2019 04:41:34 +0200 Subject: [PATCH] remove console log --- services/integration/bookingChangeCharges.js | 1 - 1 file changed, 1 deletion(-) 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 = [];