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,