Skip to content

Commit 82b091e

Browse files
authored
chore(lambda): remove spurious console.log (#18136)
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 1c111fc commit 82b091e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/@aws-cdk/aws-lambda/lib/function-base.ts

-2
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,6 @@ export abstract class FunctionBase extends Resource implements IFunction, ec2.IC
255255
return;
256256
}
257257

258-
// eslint-disable-next-line no-console
259-
console.log(permission);
260258
const principal = this.parsePermissionPrincipal(permission.principal);
261259
const { sourceAccount, sourceArn } = this.parseConditions(permission.principal) ?? {};
262260
const action = permission.action ?? 'lambda:InvokeFunction';

0 commit comments

Comments
 (0)