remove debugging code

This commit is contained in:
Grahame Grieve 2024-01-18 11:40:20 +11:00
parent 26aef43278
commit 210ad10b2f
1 changed files with 0 additions and 1 deletions

View File

@ -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())