Remove debug code
This commit is contained in:
parent
ee6e0d90de
commit
6e2b58a4be
|
@ -4536,9 +4536,6 @@ private boolean isAnswerRequirementFulfilled(QuestionnaireItemComponent qItem, L
|
|||
|
||||
// time = System.nanoTime();
|
||||
// check type invariants
|
||||
if (definition.getId().equals("Composition.section:sectionResults")) {
|
||||
System.out.println("!");
|
||||
}
|
||||
checkInvariants(hostContext, errors, profile, definition, resource, element, stack, false);
|
||||
if (definition.getFixed() != null)
|
||||
checkFixedValue(errors, stack.getLiteralPath(), element, definition.getFixed(), profile.getUrl(), definition.getSliceName(), null);
|
||||
|
|
Loading…
Reference in New Issue