Skip to content

Commit

Permalink
Cleaned up console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkishpolicy committed Dec 6, 2024
1 parent 2594358 commit 3fa6884
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/pages/Search/FilterTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ export const FilterTags: React.FC<Props> = ({ filters, removeFilter }) => {
}, []);
}, [filters]);

console.log('filtersByColumn', filtersByColumn);

return (
<Root aria-live="polite" aria-atomic="true">
{filtersByColumn.map((filter, idx) => (
Expand Down

0 comments on commit 3fa6884

Please sign in to comment.