Skip to content

Commit a8c8c90

Browse files
committed
BN-75 | Removed unnecessary console statement
1 parent d8c8a90 commit a8c8c90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/diagnosisService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export async function getPatientDiagnosisBundle(
3636
patientUUID: string,
3737
): Promise<FhirDiagnosisBundle> {
3838
const url = PATIENT_DIAGNOSIS_RESOURCE_URL(patientUUID);
39-
console.log('Diagnosis API URL:', url);
4039
return await get<FhirDiagnosisBundle>(url);
4140
}
4241

0 commit comments

Comments
 (0)