1
0
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:
Gary Katsevman 2020-10-07 17:59:23 -04:00
parent d93acfcf7a
commit 869e7823f3

View File

@ -243,8 +243,6 @@ class TextTrackDisplay extends Component {
const tracks = this.player_.textTracks();
const allowMultipleShowingTracks = this.options_.allowMultipleShowingTracks;
// this.clearDisplay();
if (allowMultipleShowingTracks) {
const showingTracks = [];