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
|
||||
|
||||
@@ -71,7 +71,6 @@ const insertUnscheduledIncidents = (incidents) => {
|
||||
};
|
||||
|
||||
const deleteUnscheduledIncidentsById = (incidentIds) => {
|
||||
console.log('Delete unscheduled in DB :', incidentIds);
|
||||
const filters = {
|
||||
id: {
|
||||
[Op.in]: incidentIds
|
||||
@@ -116,7 +115,6 @@ const insertUnlockedIncidents = (incidents) => {
|
||||
};
|
||||
|
||||
const deleteUnlockedIncidentsById = (incidentIds) => {
|
||||
console.log('Delete unlocked in DB :', incidentIds);
|
||||
const filters = {
|
||||
id: {
|
||||
[Op.in]: incidentIds
|
||||
|
||||
Reference in New Issue
Block a user