remove console log

This commit is contained in:
Bilal Catic
2019-07-12 04:41:34 +02:00
parent ad9bdfa606
commit 98899d6826

View File

@@ -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 = [];