Skip to content

Commit

Permalink
chore: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
RedJue committed Oct 23, 2023
1 parent 83d1885 commit c8b5a35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/OptionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ const OptionList: React.ForwardRefRenderFunction<RefOptionListProps, {}> = (_, r
if (title !== undefined) {
optionTitle = title;
}
console.log(memoFlattenOptions, 'memoFlattenOptions');

return (
<div
Expand Down

0 comments on commit c8b5a35

Please sign in to comment.