Removed console log

This commit is contained in:
Shuqi 2023-11-14 02:58:06 +08:00
parent ce92b6a9f9
commit fa174cc3a8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export const IconList = function () {
if (matched.length == keywords.length) filtered.push(filename) if (matched.length == keywords.length) filtered.push(filename)
} }
console.log(filtered) // console.log(filtered)
setIcons(filtered) setIcons(filtered)
}, [query]) }, [query])