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: