fix(source): remove stray console.log

This commit is contained in:
WebStreamr 2026-03-27 21:58:51 +00:00
parent 5f9fbbb30d
commit bd2dec0392
No known key found for this signature in database

View file

@ -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"]')