diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx index 48d1dac..c9ad194 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -412,8 +412,6 @@ const Meeting: React.FC = () => { setTimeout(async () => { const setting = await JSON.parse(storage.getItem('setting') as string); const stateInfo = await JSON.parse(storage.getItem('stateInfo') as string); - console.log(isScreenCapture); - if (stateInfo && setting.isRecordingTips) { setRecorder((data: any) => { if (!data) {