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(),