Skip to content

Commit

Permalink
rmeoving extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Jul 19, 2024
1 parent 5cb6ee9 commit fcc57f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/crewai/crew.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,6 @@ def _execute_tasks(
context = self._get_context(
task, [last_sync_output] if last_sync_output else []
)
self._log_task_start(task, agent_to_use.role)
future = task.execute_async(
agent=agent_to_use,
context=context,
Expand All @@ -685,7 +684,6 @@ def _execute_tasks(
futures.clear()

context = self._get_context(task, task_outputs)
self._log_task_start(task, agent_to_use.role)
task_output = task.execute_sync(
agent=agent_to_use,
context=context,
Expand Down

0 comments on commit fcc57f2

Please sign in to comment.