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