Skip to content

Commit d1cb796

Browse files
committed
remove console log 2
1 parent d0c3a6b commit d1cb796

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/section-gallery/SectionGalleryGridLayout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export const SectionGalleryGridLayout = ({
4343
const { code } = convertToReactComponent(`<>${summaryNoLinks}</>`)
4444
const getSummaryComponent = new Function('React', code)
4545

46-
console.log(img)
4746
return (
4847
<GalleryItem span={4} key={idx}>
4948
<Card id={name} key={idx} isClickable>

0 commit comments

Comments
 (0)