diff --git a/frontend/src/utils/chat/agent.js b/frontend/src/utils/chat/agent.js index 4c1ae9e9..9f3bb479 100644 --- a/frontend/src/utils/chat/agent.js +++ b/frontend/src/utils/chat/agent.js @@ -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