Remove leftover console.log
This commit is contained in:
parent
4849eb8e7f
commit
a1c6e6de1b
|
@ -238,7 +238,6 @@ export default class MediaGallery extends React.PureComponent {
|
|||
};
|
||||
|
||||
componentWillReceiveProps (nextProps) {
|
||||
console.log(nextProps.revealed);
|
||||
if (!is(nextProps.media, this.props.media) || nextProps.revealed === true) {
|
||||
this.setState({ visible: nextProps.revealed === undefined ? (displayMedia !== 'hide_all' && !nextProps.sensitive || displayMedia === 'show_all') : nextProps.revealed });
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue