Skip to content

Commit 45df063

Browse files
committed
Remove console
1 parent dd610ff commit 45df063

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

app/[locale]/(user)/datasets/components/FIlter/Filter.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ const Filter: React.FC<FilterProps> = ({
3737
});
3838
};
3939

40-
console.log('options', options);
41-
4240
return (
4341
<div className="rounded-4 bg-surfaceDefault px-4 py-6 shadow-card">
4442
<div className="mb-5 flex justify-between">

app/[locale]/(user)/search/components/UnifiedListingComponent.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ const UnifiedListingComponent: React.FC<UnifiedListingProps> = ({
392392
const aggregations: Aggregations = facets?.aggregations || {};
393393

394394
const getFilterPriority = (key: string) => {
395-
console.log('key', key);
396395
const normalized = key.toLowerCase().replace(/[\s_-]/g, '');
397396

398397
if (normalized === 'geographies') return 1;

0 commit comments

Comments
 (0)