Skip to content

Commit 89d8d80

Browse files
committed
Turn off debug message
1 parent c9aed9a commit 89d8d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/MSTSSteamLocomotive.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2972,7 +2972,7 @@ private void UpdateFX(float elapsedClockSeconds)
29722972

29732973
Variable2 = MathHelper.Clamp((CylinderCocksPressureAtmPSI - OneAtmospherePSI) / BoilerPressurePSI * 100f, 0, 100);
29742974

2975-
Trace.TraceInformation("Variable2 - {0}", Variable2);
2975+
// Trace.TraceInformation("Variable2 - {0}", Variable2);
29762976

29772977
Variable3 = FuelRateSmoothed * 100;
29782978

0 commit comments

Comments
 (0)