debug logging

This commit is contained in:
Skillet 2023-04-20 23:22:40 -04:00
parent 9f172311da
commit c1cd5cd392

View File

@ -1157,7 +1157,7 @@ layer
} }
for (const lay in Layers.layers){ for (const lay in Layers.layers){
this.verbose(1, 'mapvote found layer: ', lay.layerid); this.verbose(1, 'mapvote found layer: ', lay);
} }
this.verbose(1, 'Layer list updated', Layers.layers.length, 'total layers'); this.verbose(1, 'Layer list updated', Layers.layers.length, 'total layers');