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") {
console.log("textResponseChunk", data.content);
return prev
.map((msg) =>
msg.uuid === uuid