Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bradbaris/imagemin-guetzli
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbaris committed Mar 25, 2017
2 parents 4c3905f + f6c2b18 commit aa95056
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module.exports = opts => buf => {
const args = [];

if (isInt(opts.quality) && opts.quality >= 0 && opts.quality <= 100) {
console.log(opts.quality);
args.push('-quality', opts.quality);
}

Expand Down

0 comments on commit aa95056

Please sign in to comment.