diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/EngineOnlyCombustionEngine.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/EngineOnlyCombustionEngine.cs index fbf750debd640fb9736d32e667151c460a55b939..cfc757149d1181ab1fbf561d6f1d876ae2362b09 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Impl/EngineOnlyCombustionEngine.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/EngineOnlyCombustionEngine.cs @@ -85,8 +85,6 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl //UpdateEngineState(CurrentState.EnginePower, avgEngineSpeed); - CurrentState.EngineTorque = CurrentState.EnginePower / CurrentState.EngineSpeed; - return new ResponseSuccess { Source = this }; }