From f03b1dec8e427cef74922e8ea49c865e66245e6d Mon Sep 17 00:00:00 2001 From: James Agnew Date: Fri, 6 Jul 2018 09:40:23 -0400 Subject: [PATCH] Remove warning --- .../src/main/java/ca/uhn/fhir/jpa/term/loinc/LoincHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/term/loinc/LoincHandler.java b/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/term/loinc/LoincHandler.java index bb98c9fbae1..9bdbb148e7b 100644 --- a/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/term/loinc/LoincHandler.java +++ b/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/term/loinc/LoincHandler.java @@ -122,7 +122,7 @@ public class LoincHandler implements IRecordHandler { } else { String msg = "Unable to find part code with TYPE[" + key.getPartType() + "] and NAME[" + nextPropertyValue + "] (using name " + propertyValue + ")"; ourLog.warn(msg); - throw new InternalErrorException(msg); +// throw new InternalErrorException(msg); } break; case DECIMAL: