Skip to content

Commit 61e7065

Browse files
committed
final review2
1 parent f13be57 commit 61e7065

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/src/fhir_controller.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ def search_immunizations(self, aws_event: APIGatewayProxyEventV1) -> dict:
431431
for vaccine_type in search_params.immunization_targets
432432
if ApiOperationCode.SEARCH in expanded_permissions.get(vaccine_type.lower(), [])
433433
]
434-
print(f"vax type perm: {vax_type_perm}, expanded_permissions {expanded_permissions} ")
435434
if not vax_type_perm:
436435
raise UnauthorizedVaxError
437436
except UnauthorizedVaxError as unauthorized:

0 commit comments

Comments
 (0)