private void leaveConditionTrace(int i) {
if (LogConfiguration.loggingIsEnabled() && LogController.traceIsEnabled()) {
if(conditionTests != null) {
XSLTTraceListener xlt = (XSLTTraceListener)LogController.getTraceListener();
xlt.leaveChooseItem(conditionTests[i]);
}
}
}