diff --git a/web/src/components/ChatBox/ChatInputBox/index.tsx b/web/src/components/ChatBox/ChatInputBox/index.tsx index 0480a3c7..da0a21ad 100644 --- a/web/src/components/ChatBox/ChatInputBox/index.tsx +++ b/web/src/components/ChatBox/ChatInputBox/index.tsx @@ -58,7 +58,6 @@ export const ChatInputBox: React.FC = React.memo((props) => { useSharedEventHandler('replyMessage', async (payload) => { if (inputRef.current) { inputRef.current.focus(); - console.log(payload); if (payload && isValidStr(payload?.author)) { const userInfo = await getCachedUserInfo(payload.author); setMessage(