Skip to content

Commit d0c3a6b

Browse files
committed
remove console log
1 parent c3e64f9 commit d0c3a6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/section-gallery/SectionGallery.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ export const SectionGallery = ({
7373
}))
7474
.sort((item1, item2) => item1.name.localeCompare(item2.name))
7575

76-
console.log(galleryItems)
7776
const nonCharsRegex = /[^A-Z0-9]+/gi
7877
const filteringTerm = searchTerm.replace(nonCharsRegex, '')
7978
const filteredItems: SectionGalleryItem[] = galleryItems.filter((item) =>

0 commit comments

Comments
 (0)