Skip to content

Commit 87e9c17

Browse files
committed
remove debug stuff
1 parent 7612538 commit 87e9c17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

livekit-rtc/livekit/rtc/data_stream.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ def __init__(
281281
async def write(self, text: str):
282282
async with self._write_lock:
283283
for chunk in split_utf8(text, STREAM_CHUNK_SIZE):
284-
logger.info("Sending chunk: %s", chunk)
285284
content = chunk.encode()
286285
chunk_index = self._next_chunk_index
287286
self._next_chunk_index += 1

0 commit comments

Comments
 (0)