diff --git a/mapvote.js b/mapvote.js index bda7d10..f07f378 100644 --- a/mapvote.js +++ b/mapvote.js @@ -1142,7 +1142,9 @@ layer } } - console.log(Layers.layers) + for (const lay in Layers.layers){ + this.verbose(1, 'mapvote found layer: ', lay.layerid); + } this.verbose(1, 'Layer list updated', Layers.layers.length, 'total layers'); // this.verbose(1, 'Layers', Layers.layers);