diff --git a/packages/aws-cdk-lib/custom-resources/lib/provider-framework/runtime/framework.ts b/packages/aws-cdk-lib/custom-resources/lib/provider-framework/runtime/framework.ts index 046fb95587328..47a36ad012655 100644 --- a/packages/aws-cdk-lib/custom-resources/lib/provider-framework/runtime/framework.ts +++ b/packages/aws-cdk-lib/custom-resources/lib/provider-framework/runtime/framework.ts @@ -50,8 +50,6 @@ async function onEvent(cfnRequest: AWSLambda.CloudFormationCustomResourceEvent) input: JSON.stringify(resourceEvent), }; - log('starting waiter', waiter); - // kick off waiter state machine await startExecution(waiter); }