Skip to content

Commit d48aec9

Browse files
Don't log headers
1 parent 316efb0 commit d48aec9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

gateway-api/src/gateway_api/pds/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ def search_patient_by_nhs_number(
128128
log_details = {
129129
"description": "PDS request",
130130
"url": url,
131-
"headers": headers,
132131
}
133132
_logger.info(log_details)
134133
# This normally calls requests.get, but if PDS_URL is set it uses the stub.

0 commit comments

Comments
 (0)