mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
Drop extra print
This commit is contained in:
@@ -473,6 +473,5 @@ class CrewAgentExecutor(CrewAgentExecutorMixin):
|
|||||||
color="red",
|
color="red",
|
||||||
)
|
)
|
||||||
self.ask_for_human_input = False
|
self.ask_for_human_input = False
|
||||||
print("FINAL ANSWER: ", formatted_answer)
|
|
||||||
|
|
||||||
return formatted_answer
|
return formatted_answer
|
||||||
|
|||||||
Reference in New Issue
Block a user