forked from MapComplete/MapComplete
Chore: docs, console.log
This commit is contained in:
parent
3194dbfe52
commit
524e679ea1
2 changed files with 0 additions and 12 deletions
11
package-lock.json
generated
11
package-lock.json
generated
|
@ -54,7 +54,6 @@
|
||||||
"jspdf": "^2.5.1",
|
"jspdf": "^2.5.1",
|
||||||
"latlon2country": "^1.2.6",
|
"latlon2country": "^1.2.6",
|
||||||
"libphonenumber-js": "^1.10.8",
|
"libphonenumber-js": "^1.10.8",
|
||||||
"lz-string": "^1.4.4",
|
|
||||||
"mangrove-reviews-typescript": "^1.1.0",
|
"mangrove-reviews-typescript": "^1.1.0",
|
||||||
"maplibre-gl": "^4.1.1",
|
"maplibre-gl": "^4.1.1",
|
||||||
"marked": "^12.0.2",
|
"marked": "^12.0.2",
|
||||||
|
@ -12622,13 +12621,6 @@
|
||||||
"yallist": "^3.0.2"
|
"yallist": "^3.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/lz-string": {
|
|
||||||
"version": "1.4.4",
|
|
||||||
"license": "WTFPL",
|
|
||||||
"bin": {
|
|
||||||
"lz-string": "bin/bin.js"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/magic-string": {
|
"node_modules/magic-string": {
|
||||||
"version": "0.27.0",
|
"version": "0.27.0",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
|
@ -30038,9 +30030,6 @@
|
||||||
"yallist": "^3.0.2"
|
"yallist": "^3.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lz-string": {
|
|
||||||
"version": "1.4.4"
|
|
||||||
},
|
|
||||||
"magic-string": {
|
"magic-string": {
|
||||||
"version": "0.27.0",
|
"version": "0.27.0",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
|
|
|
@ -170,7 +170,6 @@ export class GenerateLicenseInfo extends Script {
|
||||||
const whiteColours = Array.from(colours).map((c) => {
|
const whiteColours = Array.from(colours).map((c) => {
|
||||||
const rgb = Utils.color(c)
|
const rgb = Utils.color(c)
|
||||||
if (!rgb) {
|
if (!rgb) {
|
||||||
console.log("Could not parse ", c)
|
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
const { r, g, b } = rgb
|
const { r, g, b } = rgb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue