Skip to content

Commit

Permalink
Issue #512 - for Lee
Browse files Browse the repository at this point in the history
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
  • Loading branch information
JohnTimm committed Dec 17, 2019
1 parent 6cf8f4c commit 5cabbcd
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ public Collection<FHIRPathNode> apply(EvaluationContext evaluationContext, Colle
String referenceReference = getReferenceReference(reference);
String referenceType = getReferenceType(reference);

if (referenceReference == null && referenceType == null) {
continue;
}

String resourceType = null;

if (referenceReference != null) {
Expand Down

0 comments on commit 5cabbcd

Please sign in to comment.