mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-07 21:38:15 +00:00
remove debugging code
This commit is contained in:
parent
26aef43278
commit
210ad10b2f
@ -295,7 +295,6 @@ public class FhirRequestBuilder {
|
||||
OperationOutcome error = null;
|
||||
try {
|
||||
byte[] body = response.body().bytes();
|
||||
TextFile.bytesToFile(body, "/Users/grahamegrieve/temp/http-body.txt");
|
||||
String contentType = response.header("Content-Type");
|
||||
if (body != null) {
|
||||
if (contentType.contains(ResourceFormat.RESOURCE_XML.getHeader())
|
||||
|
Loading…
x
Reference in New Issue
Block a user