From 3c99411c7bf9f37fcf12c1ba47d45630ca041fb1 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 17 Aug 2026 17:38:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5(frontend)=20remove=20forgotten=20c?= =?UTF-8?q?onsole.log=20calls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop leftover `console.log` calls that were accidentally left in the frontend code and add noise to the browser console. --- src/frontend/src/features/subtitle/component/Subtitles.tsx | 2 -- 1 file changed, 2 deletions(-) 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) {