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) {