Skip to content

Commit ed7ba9a

Browse files
committed
remove PII
1 parent 5ec2a9d commit ed7ba9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lambdas/backend/src/log_structure.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def _get_operation_outcome(result) -> dict:
4444
record = result_headers["Location"]
4545
if result.get("body"):
4646
ops_outcome = json.loads(result["body"])
47-
logger.info(f"ops_outcome: {ops_outcome}")
4847
if ops_outcome.get("issue"):
4948
outcome_body = ops_outcome["issue"][0]
5049
status_code = outcome_body["code"]

0 commit comments

Comments
 (0)