refactor(notification): reprint - removed a console log as it shouldnt bc there
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user