Drop cruft

basic_orders
Tyler Goodlet 2021-03-01 12:02:07 -05:00
parent 72c4a4366b
commit 8997b6029b
1 changed files with 0 additions and 2 deletions

View File

@ -417,8 +417,6 @@ async def open_autorecon_ws(url):
""" """
async with AsyncExitStack() as stack: async with AsyncExitStack() as stack:
ws = AutoReconWs(url, stack) ws = AutoReconWs(url, stack)
# async with trio_websocket.open_websocket_url(url) as ws:
# await tractor.breakpoint()
await ws._connect() await ws._connect()
try: try: