Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
xingwanying committed Apr 9, 2024
1 parent b328829 commit 5eb5607
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lui/src/Chat/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export interface ChatProps {
}

const Chat: FC<ChatProps> = memo(({ helloMessage, host }) => {
console.log('Chat render', host);
const proChatRef = useRef<ProChatInstance>();
const [chats, setChats] = useState<ChatMessage<Record<string, any>>[]>();
return (
Expand Down

0 comments on commit 5eb5607

Please sign in to comment.