From 9a27f9100d9389b43c8cde0004962d047e547c37 Mon Sep 17 00:00:00 2001 From: saieshwarm <112009130+saieshwarm@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:08:00 -0700 Subject: [PATCH] Remove confused deputy logs (#1089) --- src/rpdk/core/boto_helpers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rpdk/core/boto_helpers.py b/src/rpdk/core/boto_helpers.py index c4f326b8..81290daf 100644 --- a/src/rpdk/core/boto_helpers.py +++ b/src/rpdk/core/boto_helpers.py @@ -53,7 +53,6 @@ def inject_confused_deputy_headers(params, **kwargs): params["headers"]["x-amz-source-arn"] = headers["source_arn"] sts_client.meta.events.register("before-call", inject_confused_deputy_headers) - LOG.info(headers) if role_arn: session_name = f"CloudFormationContractTest-{datetime.now():%Y%m%d%H%M%S}" try: