remove obsolete logging
This commit is contained in:
@@ -275,7 +275,6 @@ const deleteBookingChangeIncidents = (incidents) => {
|
||||
};
|
||||
|
||||
const deleteBookingChangeIncidentsById = (incidentIds) => {
|
||||
console.log('Delete booking changes in DB :', incidentIds);
|
||||
const filters = {
|
||||
id: {
|
||||
[Op.in]: incidentIds
|
||||
|
||||
Reference in New Issue
Block a user