We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ff5b9 commit 41c9f39Copy full SHA for 41c9f39
1 file changed
src/components/image.js
@@ -19,7 +19,6 @@ const Image = ({ childImageSharp, extension, publicURL, alt, imgStyle, ...rest }
19
</div>
20
);
21
}
22
- console.log(childImageSharp, publicURL);
23
24
return <GatsbyImage
25
key={publicURL}
0 commit comments