diff --git a/internal/state/jobs.go b/internal/state/jobs.go index 0d9c7ef48..4742e9b7e 100644 --- a/internal/state/jobs.go +++ b/internal/state/jobs.go @@ -321,7 +321,6 @@ func (js *JobStore) awaitNextJob(ctx context.Context, priority job.JobPriority) return ctx, "", job.Job{}, ctx.Err() } - js.logger.Printf("retrying on obj is nil") continue }