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 24, 2023
1 parent dd203b5 commit 6b9292b
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 6b9292b

Please sign in to comment.