remove debugging code
This commit is contained in:
parent
26aef43278
commit
210ad10b2f
|
@ -295,7 +295,6 @@ public class FhirRequestBuilder {
|
||||||
OperationOutcome error = null;
|
OperationOutcome error = null;
|
||||||
try {
|
try {
|
||||||
byte[] body = response.body().bytes();
|
byte[] body = response.body().bytes();
|
||||||
TextFile.bytesToFile(body, "/Users/grahamegrieve/temp/http-body.txt");
|
|
||||||
String contentType = response.header("Content-Type");
|
String contentType = response.header("Content-Type");
|
||||||
if (body != null) {
|
if (body != null) {
|
||||||
if (contentType.contains(ResourceFormat.RESOURCE_XML.getHeader())
|
if (contentType.contains(ResourceFormat.RESOURCE_XML.getHeader())
|
||||||
|
|
Loading…
Reference in New Issue