Skip to content

Commit

Permalink
Removed lines that were for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
plynchnlm committed Aug 4, 2022
1 parent 0e8a187 commit 1b465d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/fhirpath
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,5 @@ else {
let res = fp.evaluate(resource, base ? {base, expression} : expression, context, model);
console.log('fhirpath(' + expression + ') =>');
console.log(JSON.stringify(res, null, " "));
console.log(res.__path__);
console.log(res);
}
}

0 comments on commit 1b465d0

Please sign in to comment.