mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-02 07:42:40 +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)
|
spider_docs = action(url=url, params=params)
|
||||||
|
|
||||||
|
|
||||||
print(spider_docs)
|
|
||||||
return spider_docs
|
return spider_docs
|
||||||
|
|||||||
Reference in New Issue
Block a user