From 5b890efc29432b4152d2967b94cf646150066b6c Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Thu, 18 Jun 2026 10:06:16 +0200 Subject: [PATCH] Dumb oversight --- src/source.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/source.ts b/src/source.ts index 7e9acec..b8312c4 100644 --- a/src/source.ts +++ b/src/source.ts @@ -955,7 +955,6 @@ export class UrlSource extends PathedSource { && !(url.pathname.endsWith('.m3u8') || url.pathname.endsWith('.m3u')) ) { if (!warnedOrigins.has(url.origin)) { - console.log(this._usedForHls, this._url, url.pathname); console.warn( `HTTP server (origin ${url.origin}) did not respond to a range request with 206 Partial` + ' Content, meaning the entire resource will now be downloaded. To enable efficient'