From 6b52358b57ec80bb822838b764194709d65273be Mon Sep 17 00:00:00 2001 From: gnattu Date: Tue, 1 Oct 2024 17:13:52 +0800 Subject: [PATCH] Remove commented code --- src/plugins/htmlAudioPlayer/plugin.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/htmlAudioPlayer/plugin.js b/src/plugins/htmlAudioPlayer/plugin.js index 99ecb2b4c9..2be98b40aa 100644 --- a/src/plugins/htmlAudioPlayer/plugin.js +++ b/src/plugins/htmlAudioPlayer/plugin.js @@ -283,8 +283,6 @@ class HtmlAudioPlayer { self._mediaElement = elem; - // addGainElement(elem); - return elem; }