From 312561561efdf463cba04d070c89f6940826bc2c Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Wed, 25 Dec 2024 13:40:20 +0000 Subject: [PATCH] Remove cruft --- trustgraph-flow/trustgraph/gateway/mux.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/trustgraph-flow/trustgraph/gateway/mux.py b/trustgraph-flow/trustgraph/gateway/mux.py index c5b914b6..a35ec01b 100644 --- a/trustgraph-flow/trustgraph/gateway/mux.py +++ b/trustgraph-flow/trustgraph/gateway/mux.py @@ -60,8 +60,6 @@ class MuxEndpoint(SocketEndpoint): requestor = self.services[svc] async def responder(resp, fin): - print("respnd", id) - print(svc, request) await ws.send_json({ "id": id, "response": resp,