From 596b4fd413065559c1904215fe8710f5e876ecf5 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Sat, 16 Mar 2024 15:27:28 +0100 Subject: [PATCH] cleanup --- bin/em/variabletime/web/js/audio.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/em/variabletime/web/js/audio.js b/bin/em/variabletime/web/js/audio.js index d90ca7f..738e80d 100644 --- a/bin/em/variabletime/web/js/audio.js +++ b/bin/em/variabletime/web/js/audio.js @@ -686,7 +686,6 @@ const Audio = function(tp, record) { const panel = tp.getPanel(); const panelPropTitle = tp.getPanelPropTitle(propTitle); if (panelPropTitle !== null) { - //const container = tp.getPanelPropContainer(panelPropTitle); const container = panelPropTitle.parentNode.parentNode; if (container === null) {