Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Dec 5, 2023
1 parent 13e155c commit 04c0358
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ func main() {
log.Printf("Setting up reminders. Schedule is %s\n", config.ReminderSchedule)
c := cron.New()
c.AddFunc(config.ReminderSchedule, func() {
log.Println("CHOM")
err := csp.SendReminders()
if err != nil {
log.Printf("Cronjob returned error: %s\n", err)
Expand Down

0 comments on commit 04c0358

Please sign in to comment.