From bd2dec03925d8b7760044dbfaaaec00b48f7cb66 Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Fri, 27 Mar 2026 21:58:51 +0000 Subject: [PATCH] fix(source): remove stray console.log --- src/source/HDHub4u.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/source/HDHub4u.ts b/src/source/HDHub4u.ts index 793fbbb..7da1af4 100644 --- a/src/source/HDHub4u.ts +++ b/src/source/HDHub4u.ts @@ -93,7 +93,6 @@ export class HDHub4u extends Source { }; private readonly extractHubDriveUrlResults = (html: string, meta: Meta): SourceResult[] => { - console.log(html); const $ = cheerio.load(html); return $('a[href*="hubdrive"]')