From 380747a72b445a8afc6971fac920caf961e0e6fe Mon Sep 17 00:00:00 2001 From: calle <93376500+callebtc@users.noreply.github.com> Date: Thu, 23 Feb 2023 12:56:56 +0100 Subject: [PATCH] Update views_api.py --- views_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/views_api.py b/views_api.py index 86c834e..d4d8601 100644 --- a/views_api.py +++ b/views_api.py @@ -109,7 +109,6 @@ async def ws_filter_subscribe(websocket: WebSocket): await websocket.accept() while True: json_data = await websocket.receive_text() - # print('### nostrclient', json_data) try: data = json.loads(json_data) filters = data if isinstance(data, list) else [data]