Skip to content

Commit

Permalink
Remove unwanted console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjain23 committed Jul 22, 2024
1 parent d3510b6 commit fbdf425
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/theme/SearchBar/FilterDropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export const FilterDropdown = forwardRef(
// If selecting an individual item when "Select All" is checked, clear all and select only the clicked item
if (actualFacets.every((facet) => selectedFacets[1].includes(facet))) {
setSelectedFacets([selectedFacets[0], [value]]);
console.log('helloooo');
return;
}

Expand Down

0 comments on commit fbdf425

Please sign in to comment.