diff --git a/backend/notification/notification.reprintLabels.ts b/backend/notification/notification.reprintLabels.ts index 65bdf62..407f5c5 100644 --- a/backend/notification/notification.reprintLabels.ts +++ b/backend/notification/notification.reprintLabels.ts @@ -100,11 +100,7 @@ const reprint = async (data: any, emails: string) => { notify: true, }); } - } else { - console.log("doing nothing as there is nothing to do."); } - // TODO send the error to systemAdmin users so they do not always need to be on the notifications. - // these errors are defined per notification. }; export default reprint;