Skip to content

Commit

Permalink
Removed unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Civolilah committed Dec 5, 2023
1 parent 3bd9ae2 commit 32ee9a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/forms/Combobox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ export function Combobox<T = any>({
onChange(option);
});

console.log(selectedOption);

useDebounce(
() => {
if (inputValue === '' && filteredOptions.length > 0) {
Expand Down

0 comments on commit 32ee9a4

Please sign in to comment.