Removed an accidentally committed debug print.

This commit is contained in:
ilya-kolchinsky 2025-05-08 11:08:41 +02:00
parent 7784307a5f
commit 7a8e398f09

View file

@ -340,7 +340,6 @@ async def test_process_vllm_chat_completion_stream_response_no_finish_reason():
),
]
for chunk in mock_chunks:
print(f"Test chunk:\n{chunk}")
yield chunk
chunks = [chunk async for chunk in _process_vllm_chat_completion_stream_response(mock_stream())]