mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-18 14:33:24 +00:00
🔥(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:
@@ -63,8 +63,6 @@ const useTranscriptionState = () => {
|
||||
segments: TranscriptionSegment[],
|
||||
participant?: Participant
|
||||
) => {
|
||||
console.log(participant, segments)
|
||||
|
||||
if (!participant || segments.length === 0) return
|
||||
|
||||
if (segments.length > 1) {
|
||||
|
||||
Reference in New Issue
Block a user