Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Jul 25, 2024
1 parent 2084c9e commit 741d278
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/ceylon/ceylon/agent/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ async def add_job(self, job: JobRequest):
self.jobs.append(job)

async def start_job(self):
print(len(self.running_jobs), self.parallel_jobs)
if len(self.running_jobs) < self.parallel_jobs:
for agent in self.connected_agents:
for job in self.jobs:
Expand Down

0 comments on commit 741d278

Please sign in to comment.