remove spurious debug statement

This commit is contained in:
Grahame Grieve 2020-07-22 16:58:26 +10:00
parent 62553875d7
commit 42c49509cc
1 changed files with 0 additions and 1 deletions

View File

@ -611,7 +611,6 @@ public class ProfileDrivenRenderer extends ResourceRenderer {
// x.an(v.get("id").primitiveValue());
// }
// }
System.out.print("c");
} else if (!exemptFromRendering(child)) {
List<ElementDefinition> grandChildren = getChildrenForPath(allElements, path+"."+p.getName());
filterGrandChildren(grandChildren, path+"."+p.getName(), p);