Remove excessive request/response logging

This commit is contained in:
Cyber MacGeddon 2025-09-23 21:03:38 +01:00
parent fcd15d1833
commit 3f620b3c91

View file

@ -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