Skip to content

Commit e59b38a

Browse files
committed
fix: remove console logs
1 parent 4f8e2eb commit e59b38a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/web/src/features/instruments/components/InstrumentShowcase/InstrumentShowcase.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ export const InstrumentShowcase: React.FC<{
3636
} else if (selectedTags.length && !selectedTags.some(({ key }) => tags.includes(key))) {
3737
return false;
3838
}
39-
console.log(searchTerm);
40-
console.log(tags);
4139
return (
4240
details.title.toUpperCase().includes(searchTerm.toUpperCase()) ||
4341
tags.join().toUpperCase().includes(searchTerm.toUpperCase())

0 commit comments

Comments
 (0)