remove console log
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user