Skip to content

Commit

Permalink
state: Reduce log noise (Closes #1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck committed Jun 11, 2024
1 parent c530f02 commit c4b72df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/state/jobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit c4b72df

Please sign in to comment.