mirror of
https://github.com/videojs/video.js.git
synced 2024-12-21 01:39:04 +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 allowMultipleShowingTracks = this.options_.allowMultipleShowingTracks;
|
||||
|
||||
// this.clearDisplay();
|
||||
|
||||
if (allowMultipleShowingTracks) {
|
||||
const showingTracks = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user