opt: remove unnessary print
This commit is contained in:
parent
bbaff4f095
commit
f9ce06adb8
@ -43,7 +43,6 @@ class Manus(ToolCallAgent):
|
||||
@staticmethod
|
||||
def get_search_tool():
|
||||
"""Determines the search tool to use based on the configuration."""
|
||||
print(config.search_config)
|
||||
if config.search_config is None:
|
||||
return GoogleSearch()
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user