Skip to content

Commit

Permalink
[PRMT-4832] Added more logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-nhs committed May 10, 2024
1 parent af8e9ff commit db646be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/fhir/sds-fhir-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export const getPracticeAsid = async (odsCode, serviceId) => {

const entries = response.data.entry;

logInfo(`Found entries, length: ${entries.length}`);

if (entries.length === 0) {
throw new Error(`No ASID entries found for ODS code ${odsCode}`);
}
Expand Down

0 comments on commit db646be

Please sign in to comment.