comment out SetThrusterPower debug print

This commit is contained in:
2026-06-30 00:10:43 -05:00
parent a65299be26
commit dd70e5ddb2

View File

@@ -789,7 +789,7 @@ function SetThrusterPower(thruster, power)
if power > 1.0 then power = 1.0 elseif power < 0.0 then power = 0.0 end
if Config.Debug then print("DEBUG: thruster "..thruster.name..": power "..power) end
--if Config.Debug then print("DEBUG: thruster "..thruster.name..": power "..power) end
if thruster.type == "rotator" then
thruster.power = power