Skip to content

Commit

Permalink
Remove annoying log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebola3461 committed Dec 28, 2023
1 parent 8d5ac66 commit 974d7f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/reminders/remindersChecker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export class RemindersManager {

if (!allReminders) return this.Logger.printError("Can't fetch reminders!");

this.Logger.printInfo("Processing all reminders...");

const remindersAvailableForSend = allReminders.filter(
(r: (typeof allReminders)[0]) => moment().diff(moment(r.sendAt), "seconds") >= 0
);
Expand Down

0 comments on commit 974d7f1

Please sign in to comment.