diff --git a/bin/em/variabletime/web/js/audio.js b/bin/em/variabletime/web/js/audio.js index c8f5bef..8ba2530 100644 --- a/bin/em/variabletime/web/js/audio.js +++ b/bin/em/variabletime/web/js/audio.js @@ -1182,14 +1182,6 @@ const Audio = function(tp, record) { }); } } - //const panel = tp.getPanel(); - //const fft_images = panel.querySelectorAll('.audio_fft'); - //if (fft_images !== null) { - //const src = canvas.toDataURL(); - //fft_images.forEach((e) => { - //e.src = src; - //}); - //} frameCount++; }; drawAlt();