Chore: docs, console.log

This commit is contained in:
Pieter Vander Vennet 2025-01-12 01:55:01 +01:00
parent 3194dbfe52
commit 524e679ea1
2 changed files with 0 additions and 12 deletions

View file

@ -170,7 +170,6 @@ export class GenerateLicenseInfo extends Script {
const whiteColours = Array.from(colours).map((c) => {
const rgb = Utils.color(c)
if (!rgb) {
console.log("Could not parse ", c)
return false
}
const { r, g, b } = rgb