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[] } {
|
convert(state: DesugaringContext, json: string | LayerConfigJson, context: string): { result: LayerConfigJson[]; errors: string[]; warnings: string[] } {
|
||||||
const errors = []
|
const errors = []
|
||||||
const warnings = []
|
const warnings = []
|
||||||
console.log("Substituting layer ", json)
|
|
||||||
if (typeof json === "string") {
|
if (typeof json === "string") {
|
||||||
const found = state.sharedLayers.get(json)
|
const found = state.sharedLayers.get(json)
|
||||||
if (found === undefined) {
|
if (found === undefined) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue