From e2fbe7d4ef06e7df3e4c7a8e4b8b67159bb1eb10 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 30 Oct 2020 21:11:54 +0800 Subject: [PATCH] Remove console --- src/html.ts | 1 - 1 file changed, 1 deletion(-) 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 {