chore: remove print()
This commit is contained in:
parent
752fad2e3c
commit
a24762932c
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ async def ws_filter_subscribe(websocket: WebSocket):
|
|||
await websocket.accept()
|
||||
while True:
|
||||
json_data = await websocket.receive_text()
|
||||
print('### nostrclient', json_data)
|
||||
# print('### nostrclient', json_data)
|
||||
try:
|
||||
data = json.loads(json_data)
|
||||
filters = data if isinstance(data, list) else [data]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue