Skip to content

Commit 6bbd2c6

Browse files
committed
Remove forgotten debugging output
1 parent 1ca03af commit 6bbd2c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6271,9 +6271,6 @@ private void UpdateSteamTractiveForce(float elapsedClockSeconds, float locomotiv
62716271

62726272
SteamEngines[numberofengine].RealTractiveForceN += N.FromLbf(tangentialWheelTreadForceLbf);
62736273

6274-
if (SteamEngines[numberofengine].RealTractiveForceN < 0)
6275-
Trace.WriteLine("why");
6276-
62776274
#if DEBUG_STEAM_SLIP
62786275
if (SpeedMpS > 17.88 && SpeedMpS < 18.5 || SpeedMpS > 34.0 && throttle == 0)
62796276
{

0 commit comments

Comments
 (0)