From 8997b6029bba08fb591afbfaa4557c7781bb43cd Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 1 Mar 2021 12:02:07 -0500 Subject: [PATCH] Drop cruft --- piker/brokers/kraken.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/piker/brokers/kraken.py b/piker/brokers/kraken.py index 425963e9..5d8763c3 100644 --- a/piker/brokers/kraken.py +++ b/piker/brokers/kraken.py @@ -417,8 +417,6 @@ async def open_autorecon_ws(url): """ async with AsyncExitStack() as stack: ws = AutoReconWs(url, stack) - # async with trio_websocket.open_websocket_url(url) as ws: - # await tractor.breakpoint() await ws._connect() try: