chore: Remove commented out print

This commit is contained in:
Matt Zhou
2025-01-03 12:42:52 -08:00
parent c1c58f984c
commit cd62f02863

View File

@@ -45,7 +45,6 @@ def _sse_post(url: str, data: dict, headers: dict) -> Generator[LettaStreamingRe
# break
if sse.data in [status.value for status in MessageStreamStatus]:
# break
# print("sse.data::", sse.data)
yield MessageStreamStatus(sse.data)
else:
chunk_data = json.loads(sse.data)