删除console.log

This commit is contained in:
kilo5hz 2021-11-19 15:51:34 +08:00
parent 76c1b52fea
commit f89ac3c7f7

View File

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