From 527ccab2cabbcabe2c72686f8297cfcce73dfa48 Mon Sep 17 00:00:00 2001 From: Timothy Carambat Date: Tue, 31 Mar 2026 20:51:39 -0700 Subject: [PATCH] remove log --- frontend/src/utils/chat/agent.js | 1 - 1 file changed, 1 deletion(-) 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