forked from MapComplete/MapComplete
Remove console.log
This commit is contained in:
parent
848a05a21f
commit
a1136991f0
1 changed files with 0 additions and 1 deletions
|
@ -949,7 +949,6 @@ class SubstituteLayer extends Conversion<(string | LayerConfigJson), LayerConfig
|
|||
convert(state: DesugaringContext, json: string | LayerConfigJson, context: string): { result: LayerConfigJson[]; errors: string[]; warnings: string[] } {
|
||||
const errors = []
|
||||
const warnings = []
|
||||
console.log("Substituting layer ", json)
|
||||
if (typeof json === "string") {
|
||||
const found = state.sharedLayers.get(json)
|
||||
if (found === undefined) {
|
||||
|
|
Loading…
Reference in a new issue