mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Remove console.log
This commit is contained in:
@@ -105,7 +105,6 @@ export default function Recorder(props: RecorderProps) {
|
|||||||
// Waveform setup
|
// Waveform setup
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (waveformRef.current) {
|
if (waveformRef.current) {
|
||||||
console.log(props.waveform);
|
|
||||||
const _wavesurfer = WaveSurfer.create({
|
const _wavesurfer = WaveSurfer.create({
|
||||||
container: waveformRef.current,
|
container: waveformRef.current,
|
||||||
url: props.transcriptId
|
url: props.transcriptId
|
||||||
|
|||||||
Reference in New Issue
Block a user