Skip to content

Commit

Permalink
[#130] Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
wayangalihpratama committed Nov 5, 2024
1 parent bb32ba9 commit e2aa377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/chats/ChatWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ const ChatWindow = ({
chat_session_id: lastChatHistory?.chat_session_id || null,
timestamp: null,
});
console.log(chatPayload, "chatPayload");
setChats((previous) => [...previous, chatPayload]);
setMessage(""); // Clear the textarea after sending
textareaRef.current.style.height = "auto"; // Reset the height after sending
Expand Down

0 comments on commit e2aa377

Please sign in to comment.