Skip to content

Commit

Permalink
Remove forced log message (it shouldn’t be forced)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jul 25, 2024
1 parent 3317a03 commit 49493c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion img.js
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,6 @@ function setupLogger(eleventyConfig, opts) {
eleventyConfig?.logger?.logWithOptions({
message: msg.join(""),
prefix: "[11ty/eleventy-img]",
force: true,
color: "green",
});
}
Expand Down

0 comments on commit 49493c5

Please sign in to comment.