remove log
This commit is contained in:
parent
3934b1a585
commit
527ccab2ca
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user