We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fda87a commit fd96eecCopy full SHA for fd96eec
1 file changed
src/reminders/tasks/promotionReminder.ts
@@ -22,7 +22,6 @@ export const promotionReminder = async () => {
22
]);
23
24
if (itemsWithLabels.length === 0) {
25
- console.log("No urgent promotion items");
26
return null;
27
}
28
0 commit comments