Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 4ddbc37

Browse files
committed
review feedback: Remove forgotten debug statement
1 parent ac9c7e9 commit 4ddbc37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/codegate/providers/litellmshim/generators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ async def sse_stream_generator(stream: AsyncIterator[Any]) -> AsyncIterator[str]
1212
"""OpenAI-style SSE format"""
1313
try:
1414
async for chunk in stream:
15-
print(chunk)
1615
if isinstance(chunk, BaseModel):
1716
# alternatively we might want to just dump the whole object
1817
# this might even allow us to tighten the typing of the stream

0 commit comments

Comments
 (0)