oops, didn't want to keep the extra debugging log entries
This commit is contained in:
parent
dfe7e411d9
commit
32cf8f1776
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user