Remove much logging output in gateway (#393)

This commit is contained in:
cybermaggedon 2025-05-24 12:10:05 +01:00 committed by GitHub
parent 448819ed47
commit 3ed9274d84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 2 additions and 14 deletions

View file

@ -47,10 +47,8 @@ class VariableEndpoint:
data = await request.json()
print(data)
async def responder(x, fin):
print(x)
pass
resp = await self.dispatcher.process(
data, responder, request.match_info