mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Remove debugging code
This commit is contained in:
parent
e4cb0f7c28
commit
74cd3a2627
@ -85,12 +85,6 @@ class SquadronDef:
|
|||||||
freq_list.append(RadioFrequency(int(freq * 1000000)))
|
freq_list.append(RadioFrequency(int(freq * 1000000)))
|
||||||
radio_presets[radio] = freq_list
|
radio_presets[radio] = freq_list
|
||||||
|
|
||||||
for radio in radio_presets:
|
|
||||||
print(radio, ":")
|
|
||||||
for freq in radio_presets[radio]:
|
|
||||||
print(freq)
|
|
||||||
print()
|
|
||||||
|
|
||||||
return SquadronDef(
|
return SquadronDef(
|
||||||
name=data["name"],
|
name=data["name"],
|
||||||
nickname=data.get("nickname"),
|
nickname=data.get("nickname"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user