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") {
|
if (type === "textResponseChunk") {
|
||||||
console.log("textResponseChunk", data.content);
|
|
||||||
return prev
|
return prev
|
||||||
.map((msg) =>
|
.map((msg) =>
|
||||||
msg.uuid === uuid
|
msg.uuid === uuid
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user