Skip to content

Commit

Permalink
remove console log from gatsby-plugin-sharp (#22154)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBarnes authored Mar 10, 2020
1 parent 8dab4c3 commit cfb0afe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/gatsby-plugin-sharp/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,14 +304,6 @@ async function generateBase64({ file, args = {}, reporter }) {
args.toFormat = forceBase64Format
}

console.log({
src: file.absolutePath,
width: options.width,
height: options.height,
position: options.cropFocus,
fit: options.fit,
background: options.background,
})
pipeline
.resize({
width: options.width,
Expand Down

0 comments on commit cfb0afe

Please sign in to comment.