mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Remove debug cruft.
We don't need to print the description of every unit on startup.
This commit is contained in:
parent
568655d503
commit
2ef2eafdd3
@ -57,7 +57,6 @@ class GroundUnitType(UnitType[VehicleType]):
|
|||||||
def _load_all(cls) -> None:
|
def _load_all(cls) -> None:
|
||||||
for unit_type in cls._each_unit_type():
|
for unit_type in cls._each_unit_type():
|
||||||
for data in cls._each_variant_of(unit_type):
|
for data in cls._each_variant_of(unit_type):
|
||||||
print(data.name, data.description)
|
|
||||||
cls.register(data)
|
cls.register(data)
|
||||||
cls._loaded = True
|
cls._loaded = True
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user