Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
atuonufure committed Aug 28, 2023
1 parent dee7c98 commit 39d5e16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fhirpathpy/engine/invocations/equality.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def unequal(ctx, a, b):

def equival(ctx, a, b):
equivalence_result = equivalence(ctx, a, b)
print("equivalence_result", equivalence_result)
return util.arraify(equivalence_result, instead_none=False)


Expand Down

0 comments on commit 39d5e16

Please sign in to comment.