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: