mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +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();
|
||||
|
||||
for (const zone of game.unculledZones) {
|
||||
console.log(
|
||||
`Drawing unculled zone with radius ${zone.radius} at ${zone.position}`
|
||||
);
|
||||
L.circle(zone.position, {
|
||||
radius: zone.radius,
|
||||
color: "#b4ff8c",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user