mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 21:14:17 +02:00
Remove extra logging change
This commit is contained in:
parent
36760418c2
commit
f6de7ad880
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue