Skip to content

Commit b79ade2

Browse files
committed
refactor: remove console.log
1 parent 7b1360a commit b79ade2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Attachment/AttachmentContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export const GalleryContainer = ({
130130
attachment.images[i]?.image_url || attachment.images[i]?.thumb_url || '',
131131
),
132132
}));
133-
console.log(images, imageElements, attachmentConfigurations);
133+
134134
return (
135135
<AttachmentWithinContainer attachment={attachment} componentType='gallery'>
136136
<Gallery images={images || []} innerRefs={imageElements} key='gallery' />

0 commit comments

Comments
 (0)