mirror of
https://github.com/videojs/video.js.git
synced 2025-01-02 06:32:07 +02:00
remove commented out line
This commit is contained in:
parent
d93acfcf7a
commit
869e7823f3
@ -243,8 +243,6 @@ class TextTrackDisplay extends Component {
|
|||||||
const tracks = this.player_.textTracks();
|
const tracks = this.player_.textTracks();
|
||||||
const allowMultipleShowingTracks = this.options_.allowMultipleShowingTracks;
|
const allowMultipleShowingTracks = this.options_.allowMultipleShowingTracks;
|
||||||
|
|
||||||
// this.clearDisplay();
|
|
||||||
|
|
||||||
if (allowMultipleShowingTracks) {
|
if (allowMultipleShowingTracks) {
|
||||||
const showingTracks = [];
|
const showingTracks = [];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user