diff --git a/piker/brokers/kucoin.py b/piker/brokers/kucoin.py index a8d04337..e05d191a 100644 --- a/piker/brokers/kucoin.py +++ b/piker/brokers/kucoin.py @@ -588,7 +588,6 @@ async def stream_messages(ws: NoBsWs, sym: str) -> AsyncGenerator[NoBsWs, dict]: case 'level2': l2_data = KucoinL2(**msg.data) - breakpoint() first_ask = l2_data.asks[0] first_bid = l2_data.bids[0] yield 'l1', {