Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Berthelot committed Jun 25, 2020
1 parent 67e7461 commit a29a380
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/streaming/controllers/PlaybackController.js
Expand Up @@ -556,17 +556,6 @@ function PlaybackController() {
}
}

// function checkTimeInRanges(time, ranges) {
// if (ranges && ranges.length > 0) {
// for (let i = 0, len = ranges.length; i < len; i++) {
// if (time >= ranges.start(i) && time < ranges.end(i)) {
// return true;
// }
// }
// }
// return false;
// }

function onPlaybackProgression() {
if (
isDynamic &&
Expand Down

0 comments on commit a29a380

Please sign in to comment.