From b798b7a5874caf09cc77782f03bb6e254bd8c191 Mon Sep 17 00:00:00 2001 From: yashsinghcodes Date: Mon, 14 Jul 2025 20:42:41 +0530 Subject: [PATCH] remove a log --- backend/go-app/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/go-app/main.go b/backend/go-app/main.go index 3e8a024e..40cc3ace 100755 --- a/backend/go-app/main.go +++ b/backend/go-app/main.go @@ -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 {