From 49493c5122bdacf08bd3124d403b229cd576373c Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Thu, 25 Jul 2024 16:28:02 -0500 Subject: [PATCH] =?UTF-8?q?Remove=20forced=20log=20message=20(it=20shouldn?= =?UTF-8?q?=E2=80=99t=20be=20forced)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- img.js | 1 - 1 file changed, 1 deletion(-) diff --git a/img.js b/img.js index c39aa01..7ea5cf2 100644 --- a/img.js +++ b/img.js @@ -791,7 +791,6 @@ function setupLogger(eleventyConfig, opts) { eleventyConfig?.logger?.logWithOptions({ message: msg.join(""), prefix: "[11ty/eleventy-img]", - force: true, color: "green", }); }