Skip to content

Commit

Permalink
fix console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
anshul committed Nov 22, 2020
1 parent bbea9d8 commit 6bf469c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export class MozJPEG implements Preset {
private readonly isProgressive: boolean
private readonly matte: Colors
toPreset(): Object {
console.log(this.matte?.toColor())
return {
mozjpeg: {
quality: this.quality,
Expand Down

0 comments on commit 6bf469c

Please sign in to comment.