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

11
package-lock.json generated
View file

@ -54,7 +54,6 @@
"jspdf": "^2.5.1",
"latlon2country": "^1.2.6",
"libphonenumber-js": "^1.10.8",
"lz-string": "^1.4.4",
"mangrove-reviews-typescript": "^1.1.0",
"maplibre-gl": "^4.1.1",
"marked": "^12.0.2",
@ -12622,13 +12621,6 @@
"yallist": "^3.0.2"
}
},
"node_modules/lz-string": {
"version": "1.4.4",
"license": "WTFPL",
"bin": {
"lz-string": "bin/bin.js"
}
},
"node_modules/magic-string": {
"version": "0.27.0",
"dev": true,
@ -30038,9 +30030,6 @@
"yallist": "^3.0.2"
}
},
"lz-string": {
"version": "1.4.4"
},
"magic-string": {
"version": "0.27.0",
"dev": true,

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