Remove extra logging change

This commit is contained in:
William Easton 2025-08-26 16:24:05 -05:00
commit f6de7ad880
No known key found for this signature in database

View file

@ -797,7 +797,7 @@ class Client(Generic[ClientTransportT]):
Raises:
RuntimeError: If called while the client is not connected.
"""
logger.debug(f"[{self.name}] called list_tools: {self.session._client_info}")
logger.debug(f"[{self.name}] called list_tools")
result = await self.session.list_tools()
return result