Skip to content

Commit 6a74ad1

Browse files
committed
chore: remove debug log
1 parent f154486 commit 6a74ad1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/frontend/app/components/chat/ChatInterface.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,6 @@ async function streamToMessage({ message, content, streamId, resumeStreamId }: S
335335
if (state.content)
336336
message.content += state.content
337337
338-
console.log({ chunk, write: state.content })
339-
340338
nextTick(() => { doScrollBottom({ maybe: true }) })
341339
}
342340

0 commit comments

Comments
 (0)