Remove debug code

This commit is contained in:
James Agnew 2020-02-05 20:10:52 -05:00
parent ee6e0d90de
commit 6e2b58a4be
1 changed files with 0 additions and 3 deletions

View File

@ -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);