Skip to content

Commit 3981197

Browse files
Remove spam messages
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
1 parent 4ecb2b8 commit 3981197

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runner/pool/util.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ func (r *basePoolManager) getQueuedJobs() []params.Job {
102102
ret := []params.Job{}
103103

104104
for _, job := range r.jobs {
105-
slog.DebugContext(r.ctx, "considering job for processing", "job_id", job.ID, "job_status", job.Status)
106105
if params.JobStatus(job.Status) == params.JobStatusQueued {
107106
ret = append(ret, job)
108107
}

0 commit comments

Comments
 (0)