Remove log statement

Co-authored-by: Matthew Esposito <matt@matthew.science>
This commit is contained in:
Carbrex 2024-02-06 13:10:31 +05:30 committed by GitHub
parent 2ab6a7c3a3
commit 0888fce5a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,6 @@
var hls = new Hls({ autoStartLoad: false });
hls.loadSource(playlist);
hls.attachMedia(newVideo);
console.log(hls);
hls.on(Hls.Events.MANIFEST_PARSED, function () {
hls.loadLevel = 0;
var availableLevels = hls.levels.map(function(level) {