Remove console_log
This commit is contained in:
parent
0b9151859d
commit
82fc54d8a0
1 changed files with 0 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue