🔥(frontend) remove forgotten console.log calls

Drop leftover `console.log` calls that were accidentally left in the
frontend code and add noise to the browser console.
This commit is contained in:
lebaudantoine
2026-08-17 17:38:45 +02:00
parent 3d4648457e
commit 3c99411c7b
@@ -63,8 +63,6 @@ const useTranscriptionState = () => {
segments: TranscriptionSegment[],
participant?: Participant
) => {
console.log(participant, segments)
if (!participant || segments.length === 0) return
if (segments.length > 1) {