diff --git a/samtranslator/plugins/application/serverless_app_plugin.py b/samtranslator/plugins/application/serverless_app_plugin.py index 05741c5df..fa3ba3601 100644 --- a/samtranslator/plugins/application/serverless_app_plugin.py +++ b/samtranslator/plugins/application/serverless_app_plugin.py @@ -360,7 +360,6 @@ def _sar_service_call(self, service_call_lambda, logical_id, *args): """ try: response = service_call_lambda(*args) - LOG.info(response) return response except ClientError as e: error_code = e.response["Error"]["Code"]