refactor(notification): reprint - removed a console log as it shouldnt bc there

This commit is contained in:
2026-04-06 16:41:39 -05:00
parent a17787e852
commit 5f3d683a13

View File

@@ -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;