Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed Jun 21, 2019
1 parent d6b624d commit d4220da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ const Gallery = React.memo(function Gallery({
}

const PhotoComponent = renderImage || Photo;
console.log('render');
return (
<div className="react-photo-gallery--gallery">
<div ref={galleryEl} style={galleryStyle}>
Expand Down

0 comments on commit d4220da

Please sign in to comment.