Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Jan 19, 2024
1 parent 1c69df0 commit 4ea60e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ui/Dropdown/DropdownMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export const DropdownMenu = ({
</Root>
);
}
console.log({ filteredData });

return (
<Root>
Expand Down

0 comments on commit 4ea60e0

Please sign in to comment.