From fa174cc3a8b43c81ad572846bb37d10621db8b5d Mon Sep 17 00:00:00 2001 From: Shuqi Date: Tue, 14 Nov 2023 02:58:06 +0800 Subject: [PATCH] Removed console log --- src/IconList.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IconList.jsx b/src/IconList.jsx index d4c4ea4..3f900c1 100644 --- a/src/IconList.jsx +++ b/src/IconList.jsx @@ -30,7 +30,7 @@ export const IconList = function () { if (matched.length == keywords.length) filtered.push(filename) } - console.log(filtered) + // console.log(filtered) setIcons(filtered) }, [query])