style: 移除不必要的console.log

release/desktop
moonrailgun 3 years ago
parent f9f7c6ac9a
commit 059fcf6909

@ -58,7 +58,6 @@ export const ChatInputBox: React.FC<ChatInputBoxProps> = 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(

Loading…
Cancel
Save