comment out primary UpdateGlobalThrust debug print for testing

This commit is contained in:
2026-06-29 23:43:58 -05:00
parent 7bcabcbbe6
commit 908a2153fa

View File

@@ -1011,7 +1011,7 @@ function UpdateGlobalThrust()
desiredThrust = desiredThrust + throttleOutput desiredThrust = desiredThrust + throttleOutput
end end
if Config.Debug then print("DEBUG: "..thruster.name..": desiredThrust "..desiredThrust.." (from UpdateGlobalThrust)") end --if Config.Debug then print("DEBUG: "..thruster.name..": desiredThrust "..desiredThrust.." (from UpdateGlobalThrust)") end
SetThrusterPower(thruster, desiredThrust) SetThrusterPower(thruster, desiredThrust)
end end