Skip to content

Commit 9a27f91

Browse files
authored
Remove confused deputy logs (#1089)
1 parent 6943c61 commit 9a27f91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rpdk/core/boto_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def inject_confused_deputy_headers(params, **kwargs):
5353
params["headers"]["x-amz-source-arn"] = headers["source_arn"]
5454

5555
sts_client.meta.events.register("before-call", inject_confused_deputy_headers)
56-
LOG.info(headers)
5756
if role_arn:
5857
session_name = f"CloudFormationContractTest-{datetime.now():%Y%m%d%H%M%S}"
5958
try:

0 commit comments

Comments
 (0)