From 5f3d683a13c831229674166cced699e373131316 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 6 Apr 2026 16:41:39 -0500 Subject: [PATCH] refactor(notification): reprint - removed a console log as it shouldnt bc there --- backend/notification/notification.reprintLabels.ts | 4 ---- 1 file changed, 4 deletions(-) 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;