remove obsolete logging

This commit is contained in:
Bilal Catic
2019-11-21 14:34:50 +01:00
parent 445a635300
commit fa4e574d6e
3 changed files with 0 additions and 7 deletions

View File

@@ -275,7 +275,6 @@ const deleteBookingChangeIncidents = (incidents) => {
};
const deleteBookingChangeIncidentsById = (incidentIds) => {
console.log('Delete booking changes in DB :', incidentIds);
const filters = {
id: {
[Op.in]: incidentIds