From b66cfb5dacc77adeeda341a862226b9907323e68 Mon Sep 17 00:00:00 2001 From: Koper Date: Thu, 12 Oct 2023 14:36:43 +0100 Subject: [PATCH] Remove console.log --- www/app/transcripts/recorder.tsx | 1 - 1 file changed, 1 deletion(-) 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