Skip to content

Commit fcc0b4a

Browse files
committed
fix: delete useless code
1 parent 04cd527 commit fcc0b4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/multiSearchInput/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ class MultiSearchInput extends React.Component<MultiSearchInputProps, any> {
8888
onChange(e.target.value);
8989
}}
9090
onPressEnter={(e: any) => {
91-
console.log('执行了')
9291
onSearch(e.target.value, searchType);
9392
}}
9493
/>

0 commit comments

Comments
 (0)