Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit d7dc4c59 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

removed check for ResponseEngineSpeedTooHigh from DistanceRun again

parent 85c47a99
Branches
Tags
No related merge requests found
......@@ -79,9 +79,6 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl
FinishedWithoutErrors = true;
Log.Info("========= REESS empty");
break;
//case ResponseEngineSpeedTooHigh _:
// Log.Info("DistanceRun got ResponseEngineSpeedTooHigh. Trying again.");
// break;
default:
throw new VectoException("DistanceRun got an unexpected response: {0}", response);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment