Remove excessive request/response logging (#528)

This commit is contained in:
cybermaggedon 2025-09-23 21:07:00 +01:00 committed by GitHub
parent 45a14b5958
commit 3b0b13d74d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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