remove normalized thrust reference in UpdateGlobalThrust debug print

This commit is contained in:
2026-06-29 23:38:07 -05:00
parent b8b22f29b1
commit d228666c87

View File

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