Skip to content

Commit

Permalink
CaptionsLoader.js: Remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
malthejorgensen committed Apr 2, 2021
1 parent e65cc56 commit 97006db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/streaming/CaptionsLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ function CaptionsLoader(config) {
if (data.indexOf('WEBVTT') > -1) {
return VTTParser(context).getInstance();
}
// } else if (data.indexOf('MPD') > -1 || data.indexOf('Patch') > -1) {
// return DashParser(context).create({debug: debug});
// } else {
// return parser;
// }
return null;
}

Expand Down

0 comments on commit 97006db

Please sign in to comment.