Removed custom expression debug message
This commit is contained in:
parent
661e391654
commit
df9ef0b984
@ -25,7 +25,7 @@ public class CustomExpressionSimulationListener extends AbstractSimulationListen
|
||||
FlightDataBranch data = status.getFlightData();
|
||||
for (CustomExpression expression : expressions ) {
|
||||
double value = expression.evaluateDouble(status);
|
||||
log.debug("Setting value of custom expression "+expression.toString()+" = "+value);
|
||||
//log.debug("Setting value of custom expression "+expression.toString()+" = "+value);
|
||||
data.setValue(expression.getType(), value);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user