remove log

This commit is contained in:
Timothy Carambat 2026-03-31 20:51:39 -07:00
parent 3934b1a585
commit 527ccab2ca

View File

@ -159,7 +159,6 @@ export default function handleSocketResponse(socket, event, setChatHistory) {
} }
if (type === "textResponseChunk") { if (type === "textResponseChunk") {
console.log("textResponseChunk", data.content);
return prev return prev
.map((msg) => .map((msg) =>
msg.uuid === uuid msg.uuid === uuid