mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-28 23:46:06 +08:00
删除console.log
This commit is contained in:
parent
76c1b52fea
commit
f89ac3c7f7
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user