diff --git a/www/app/transcripts/recorder.tsx b/www/app/transcripts/recorder.tsx index 3bba6ef7..2ef6acac 100644 --- a/www/app/transcripts/recorder.tsx +++ b/www/app/transcripts/recorder.tsx @@ -105,7 +105,6 @@ export default function Recorder(props: RecorderProps) { // Waveform setup useEffect(() => { if (waveformRef.current) { - console.log(props.waveform); const _wavesurfer = WaveSurfer.create({ container: waveformRef.current, url: props.transcriptId