remove a log

This commit is contained in:
yashsinghcodes
2025-07-14 20:42:41 +05:30
parent b2dfe8d8f9
commit b798b7a587
-1
View File
@@ -4034,7 +4034,6 @@ func runInitEs(ctx context.Context) {
// FIXME: This should ONLY run on one backend instance
schedules, err := shuffle.GetAllSchedules(ctx, "ALL")
log.Printf("Schedules %s", schedules)
if err != nil {
log.Printf("[WARNING] Failed getting schedules during service init: %s", err)
} else {