diff --git a/lib/types.ts b/lib/types.ts index 9b9212e..e5d8c26 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -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,