mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +00:00
remove print from testing
This commit is contained in:
@@ -39,6 +39,4 @@ class SpiderTool(BaseTool):
|
||||
)
|
||||
spider_docs = action(url=url, params=params)
|
||||
|
||||
|
||||
print(spider_docs)
|
||||
return spider_docs
|
||||
|
||||
Reference in New Issue
Block a user