diff --git a/src/frontend/src/features/subtitle/component/Subtitles.tsx b/src/frontend/src/features/subtitle/component/Subtitles.tsx index a4d0184e..4f27282a 100644 --- a/src/frontend/src/features/subtitle/component/Subtitles.tsx +++ b/src/frontend/src/features/subtitle/component/Subtitles.tsx @@ -63,8 +63,6 @@ const useTranscriptionState = () => { segments: TranscriptionSegment[], participant?: Participant ) => { - console.log(participant, segments) - if (!participant || segments.length === 0) return if (segments.length > 1) {