Skip to content

Commit d74c0bc

Browse files
chore: removing unneeded codes
1 parent efe831b commit d74c0bc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

application/CohortManager/src/Functions/DemographicServices/RetrievePDSDemographic/RetrievePDSDemographic.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ public async Task<HttpResponseData> Run([HttpTrigger(AuthorizationLevel.Anonymou
7979

8080
if (response.StatusCode == HttpStatusCode.NotFound)
8181
{
82-
var pdsErrorResponse = await response.Content.ReadAsStringAsync();
8382
await ProcessPdsResponse(response, nhsNumber);
8483
return _createResponse.CreateHttpResponse(HttpStatusCode.NotFound, req, "PDS returned a 404 please database for details");
8584
}

0 commit comments

Comments
 (0)