Skip to content

Commit

Permalink
Fix lint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
i-zolotarenko committed Jan 7, 2024
1 parent d733e1b commit bafc1f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/p2p-media-loader-hlsjs/src/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ export class Engine {

private handleManifestLoaded = (event: string, data: ManifestLoadedData) => {
const { networkDetails } = data;

console.log(data.levels.map((i) => i.bitrate));
if (networkDetails instanceof XMLHttpRequest) {
this.core.setManifestResponseUrl(networkDetails.responseURL);
} else if (networkDetails instanceof Response) {
Expand Down

0 comments on commit bafc1f5

Please sign in to comment.