Chore: small cleanups, formatting

This commit is contained in:
Pieter Vander Vennet 2025-01-11 02:39:08 +01:00
parent dce838b130
commit 35cbaa7c33
7 changed files with 24 additions and 43 deletions

View file

@ -28,7 +28,6 @@ export class AllKnownLayoutsLazy {
}
const defaultLayer = AllSharedLayers.getSharedLayersConfigs().get(layerId)
if (defaultLayer === undefined) {
console.error("Could not find builtin layer", layerId)
continue
}
themeConfigJson.layers.push(defaultLayer)