opt: remove unnessary print

This commit is contained in:
Kingtous 2025-03-13 00:50:30 +08:00
parent bbaff4f095
commit f9ce06adb8

View File

@ -43,7 +43,6 @@ class Manus(ToolCallAgent):
@staticmethod @staticmethod
def get_search_tool(): def get_search_tool():
"""Determines the search tool to use based on the configuration.""" """Determines the search tool to use based on the configuration."""
print(config.search_config)
if config.search_config is None: if config.search_config is None:
return GoogleSearch() return GoogleSearch()
else: else: