oops, didn't want to keep the extra debugging log entries

This commit is contained in:
JoePfeiffer 2018-09-25 08:53:09 -06:00
parent dfe7e411d9
commit 32cf8f1776

View File

@ -408,7 +408,6 @@ public class BasicEventSimulationEngine implements SimulationEngine {
// Mark the status as having dropped the booster
currentStatus.getConfiguration().clearStage( stageNumber);
log.trace("current branch stages: " + currentStatus.getConfiguration().toStageListDetail());
// Prepare the simulation branch
SimulationStatus boosterStatus = new SimulationStatus(currentStatus);
@ -419,7 +418,6 @@ public class BasicEventSimulationEngine implements SimulationEngine {
log.info(String.format("==>> @ %g; from Branch: %s ---- Branching: %s ---- \n",
currentStatus.getSimulationTime(),
currentStatus.getFlightData().getBranchName(), boosterStatus.getFlightData().getBranchName()));
log.trace("new branch stages: " + boosterStatus.getConfiguration().toStageListDetail());
break;
}