mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-15 00:02:11 +02:00
Remove much logging output in gateway (#393)
This commit is contained in:
parent
448819ed47
commit
3ed9274d84
7 changed files with 2 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue