1
0
Fork 0

Remove debug output for FGCom

This commit is contained in:
Clément de l'Hamaide 2013-08-24 18:58:40 +02:00
parent 68c2ecc40d
commit 90cf137ad8

View file

@ -359,7 +359,7 @@
if(getprop("/sim/fgcom/enabled")) {
setprop("/sim/fgcom/enabled", 0);
settimer( func { fgcommand("reinit", props.Node.new({ "subsystem" : "sound" })); }, 0.5 );
settimer( func { setprop("/sim/fgcom/enabled", 1); print("enable fgcom");}, 1 );
settimer( func { setprop("/sim/fgcom/enabled", 1); }, 1 );
} else {
fgcommand("reinit", props.Node.new({ "subsystem" : "sound" }));
}