mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Remove excessive request/response logging (#528)
This commit is contained in:
parent
45a14b5958
commit
3b0b13d74d
1 changed files with 0 additions and 4 deletions
|
|
@ -49,8 +49,6 @@ class RequestResponse(Subscriber):
|
|||
|
||||
id = str(uuid.uuid4())
|
||||
|
||||
logger.debug(f"Sending request {id}...")
|
||||
|
||||
q = await self.subscribe(id)
|
||||
|
||||
try:
|
||||
|
|
@ -75,8 +73,6 @@ class RequestResponse(Subscriber):
|
|||
timeout=timeout
|
||||
)
|
||||
|
||||
logger.debug("Received response")
|
||||
|
||||
if recipient is None:
|
||||
|
||||
# If no recipient handler, just return the first
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue