Skip to content

Commit c6aef26

Browse files
committed
Remove unneeded comment
1 parent 732d8bc commit c6aef26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/jobs/rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def create_jobs(db, container_before, container_after, container_type):
244244

245245
for pj in potential_jobs:
246246
job_map = pj['job'].map()
247-
Queue.enqueue_job(job_map, origin) # passing no origin results in system origin
247+
Queue.enqueue_job(job_map, origin)
248248

249249
spawned_jobs.append(pj['rule']['alg'])
250250

0 commit comments

Comments
 (0)