From 6aaf9b876bb6e471240127b94355a55b90c08b89 Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Sat, 27 Apr 2024 18:16:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E7=AD=96=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/shared/ehentai/normalize-tag.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared/ehentai/normalize-tag.ts b/src/shared/ehentai/normalize-tag.ts index 6168100b..69b1fb12 100644 --- a/src/shared/ehentai/normalize-tag.ts +++ b/src/shared/ehentai/normalize-tag.ts @@ -55,7 +55,6 @@ async function searchTagImpl(ns: NamespaceName, raw: RawTag, useNs: boolean): Pr // workaround for blocked keywords https://ehwiki.org/wiki/Gallery_Searching#Search_Limitations // eg: artist:incognitymous const term = getSearchTerm(useNs ? ns : undefined, raw, useNs); - console.log(term); const result = await getSearchPage(term); let found = false; const tags = result.matchAll(/
/g);