Remove warning

This commit is contained in:
James Agnew 2018-07-06 09:40:23 -04:00
parent 60f57f2a6f
commit f03b1dec8e
1 changed files with 1 additions and 1 deletions

View File

@ -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: