From f89ac3c7f77c068e53df5dace8eb250ca8721ad6 Mon Sep 17 00:00:00 2001 From: kilo5hz <1005hz@outlook.com> Date: Fri, 19 Nov 2021 15:51:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4console.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/script/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/script/index.tsx b/src/pages/script/index.tsx index 2b721ab4..db1e8d4b 100644 --- a/src/pages/script/index.tsx +++ b/src/pages/script/index.tsx @@ -179,7 +179,6 @@ const Script = ({ headerStyle, isPhone, theme }: any) => { const debounceSearch = useCallback( debounce((keyword) => { - console.log(keyword); setSearchValue(keyword); const { tree, expandedKeys } = getFilterData( keyword.toLocaleLowerCase(),