Skip to content

Commit cfb0afe

Browse files
authoredMar 10, 2020
remove console log from gatsby-plugin-sharp (#22154)
1 parent 8dab4c3 commit cfb0afe

File tree

1 file changed

+0
-8
lines changed
  • packages/gatsby-plugin-sharp/src

1 file changed

+0
-8
lines changed
 

‎packages/gatsby-plugin-sharp/src/index.js

-8
Original file line numberDiff line numberDiff line change
@@ -304,14 +304,6 @@ async function generateBase64({ file, args = {}, reporter }) {
304304
args.toFormat = forceBase64Format
305305
}
306306

307-
console.log({
308-
src: file.absolutePath,
309-
width: options.width,
310-
height: options.height,
311-
position: options.cropFocus,
312-
fit: options.fit,
313-
background: options.background,
314-
})
315307
pipeline
316308
.resize({
317309
width: options.width,

0 commit comments

Comments
 (0)
Please sign in to comment.