Remove console_log

This commit is contained in:
KMY 2023-04-08 09:35:35 +09:00
parent 0b9151859d
commit 82fc54d8a0

View file

@ -358,7 +358,6 @@ class MediaGallery extends React.PureComponent {
}
const maxSize = displayMediaExpand ? 8 : 4;
console.log(displayMediaExpand)
const size = media.take(maxSize).size;
const uncached = media.every(attachment => attachment.get('type') === 'unknown');