Skip to content

Commit

Permalink
Removed Immat dbg message
Browse files Browse the repository at this point in the history
  • Loading branch information
hbeni committed Jul 13, 2022
1 parent 14f7fc3 commit 663d912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nasal/immat.nas
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var immat_dialog = gui.Dialog.new("/sim/gui/dialogs/c182s/status/dialog",
"Aircraft/c182s/gui/dialogs/immat.xml");

setlistener("/sim/signals/fdm-initialized", func {
print("[IMMAT-DBG] fdm-initialized");
#print("[IMMAT-DBG] fdm-initialized");
var immat = props.globals.getNode("sim/model/immat", 1);
var callsign = props.globals.getNode("sim/multiplay/callsign").getValue();

Expand Down

0 comments on commit 663d912

Please sign in to comment.