mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Remove accidentally preserved debug log in UI.
This commit is contained in:
parent
8c8814d07e
commit
acd3e87996
@ -936,9 +936,6 @@ function drawUnculledZones() {
|
|||||||
unculledZones.clearLayers();
|
unculledZones.clearLayers();
|
||||||
|
|
||||||
for (const zone of game.unculledZones) {
|
for (const zone of game.unculledZones) {
|
||||||
console.log(
|
|
||||||
`Drawing unculled zone with radius ${zone.radius} at ${zone.position}`
|
|
||||||
);
|
|
||||||
L.circle(zone.position, {
|
L.circle(zone.position, {
|
||||||
radius: zone.radius,
|
radius: zone.radius,
|
||||||
color: "#b4ff8c",
|
color: "#b4ff8c",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user