Remove breakpoint

small_kucoin_fixes
jaredgoldman 2023-04-10 20:01:08 -04:00
parent 3bed3a64c3
commit d1b0608c88
1 changed files with 0 additions and 1 deletions

View File

@ -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', {