mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Removed debug print
This commit is contained in:
parent
4d19548736
commit
f0480b033f
@ -366,8 +366,6 @@ class Game:
|
||||
points.append(front_line.control_point_b.position)
|
||||
|
||||
# If do_not_cull_carrier is enabled, add carriers as culling point
|
||||
print("------")
|
||||
print(self.settings.perf_do_not_cull_carrier)
|
||||
if self.settings.perf_do_not_cull_carrier:
|
||||
for cp in self.theater.controlpoints:
|
||||
if cp.is_carrier or cp.is_lha:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user