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", }); }