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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue