Remove leftover console.log
This commit is contained in:
		@@ -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 });
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user