fix(source): remove stray console.log
This commit is contained in:
parent
5f9fbbb30d
commit
bd2dec0392
1 changed files with 0 additions and 1 deletions
|
|
@ -93,7 +93,6 @@ export class HDHub4u extends Source {
|
||||||
};
|
};
|
||||||
|
|
||||||
private readonly extractHubDriveUrlResults = (html: string, meta: Meta): SourceResult[] => {
|
private readonly extractHubDriveUrlResults = (html: string, meta: Meta): SourceResult[] => {
|
||||||
console.log(html);
|
|
||||||
const $ = cheerio.load(html);
|
const $ = cheerio.load(html);
|
||||||
|
|
||||||
return $('a[href*="hubdrive"]')
|
return $('a[href*="hubdrive"]')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue