Skip to content

Commit fa903f0

Browse files
committed
fix: remove console.log
1 parent 7ea6f38 commit fa903f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/src/components/Attachment/Gallery.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,6 @@ export const Gallery = (props: GalleryProps) => {
605605
const videos = propVideos || contextVideos;
606606
const message = propMessage || contextMessage;
607607

608-
console.log('TEST: ', images, videos);
609608
if (!images.length && !videos.length) {
610609
return null;
611610
}

0 commit comments

Comments
 (0)