From 6bf469c777deb277640358a9b13cc01405185bfa Mon Sep 17 00:00:00 2001 From: anshul Date: Sun, 22 Nov 2020 17:29:16 +0530 Subject: [PATCH] fix console.log --- lib/types.ts | 1 - 1 file changed, 1 deletion(-) 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,