We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7612538 commit 87e9c17Copy full SHA for 87e9c17
livekit-rtc/livekit/rtc/data_stream.py
@@ -281,7 +281,6 @@ def __init__(
281
async def write(self, text: str):
282
async with self._write_lock:
283
for chunk in split_utf8(text, STREAM_CHUNK_SIZE):
284
- logger.info("Sending chunk: %s", chunk)
285
content = chunk.encode()
286
chunk_index = self._next_chunk_index
287
self._next_chunk_index += 1
0 commit comments