Roll back change
This commit is contained in:
parent
d3007ea73f
commit
bc3759dc03
|
@ -36,7 +36,6 @@ package org.hl7.fhir.r5.formats;
|
|||
|
||||
import org.hl7.fhir.r5.model.*;
|
||||
import org.hl7.fhir.r5.model.Enumerations.FHIRVersion;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.xmlpull.v1.*;
|
||||
import org.hl7.fhir.utilities.Utilities;
|
||||
import org.hl7.fhir.exceptions.FHIRFormatError;
|
||||
|
@ -45,12 +44,6 @@ import java.io.IOException;
|
|||
|
||||
public class XmlParser extends XmlParserBase {
|
||||
|
||||
static {
|
||||
// Helpful for troubleshooting why this class is being loaded
|
||||
LoggerFactory.getLogger(org.hl7.fhir.r5.elementmodel.XmlParser.class).debug("Loading XmlParser class");
|
||||
}
|
||||
|
||||
|
||||
public XmlParser() {
|
||||
super();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue