From de5cda5b3c81ff9ab98095c6de329566a2b9be8c Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Wed, 14 Aug 2024 16:28:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/JoinSetting/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/JoinSetting/index.tsx b/src/components/JoinSetting/index.tsx index 690b127..1ceb7fb 100644 --- a/src/components/JoinSetting/index.tsx +++ b/src/components/JoinSetting/index.tsx @@ -154,8 +154,6 @@ const JoinSetting = forwardRef((_props: any, ref: any) => { if (index === 0) { if (!res.audioList.length) { msg = '未检测到麦克风!' - console.log(msg); - } } else { if (!res.videoList.length) {