We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837ba1e commit 97d7d0aCopy full SHA for 97d7d0a
lambdas/id_sync/src/ieds_db_operations.py
@@ -137,7 +137,6 @@ def extract_patient_resource_from_item(item: dict) -> dict | None:
137
Extract a Patient resource from an IEDS database.
138
"""
139
patient_resource = item.get("Resource", None)
140
- logger.info(f"patient_resource (raw): {patient_resource}")
141
142
if isinstance(patient_resource, str):
143
try:
0 commit comments