diff --git a/src/html.ts b/src/html.ts index b5e59f5..2ffbba5 100644 --- a/src/html.ts +++ b/src/html.ts @@ -455,7 +455,6 @@ export class HTML { setSource($: cheerio.Root, url: string): void { // Append the source url meta $('head').append(``); - console.log($('head[name="url"]').attr('content')) } async processStyleAttr(node: cheerio.Cheerio, baseURL = ''): Promise {