Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Dec 4, 2024
1 parent 30ea6eb commit 75f68d6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export const getFilteredItems = (
appliedFilters: AppliedFilter[],
searchValue: string,
): ProcessedCollectionCardProps[] => {
console.log(appliedFilters)
return items.filter((item) => {
// Step 1: Filter based on search value
if (
Expand Down

0 comments on commit 75f68d6

Please sign in to comment.