From 33b998cbbf92b1ebec6768d8fd14f2e3b31dbffb Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Tue, 11 Oct 2022 14:21:19 +0200 Subject: [PATCH] test: Remove commented out code --- .../package/compile/events/api-gateway/lib/authorizers.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/lib/plugins/aws/package/compile/events/api-gateway/lib/authorizers.test.js b/test/unit/lib/plugins/aws/package/compile/events/api-gateway/lib/authorizers.test.js index 18e531f3a..155b9c8b7 100644 --- a/test/unit/lib/plugins/aws/package/compile/events/api-gateway/lib/authorizers.test.js +++ b/test/unit/lib/plugins/aws/package/compile/events/api-gateway/lib/authorizers.test.js @@ -248,7 +248,6 @@ describe('#compileAuthorizers() #2', () => { }, command: 'package', }).then(({ awsNaming, cfTemplate }) => { - // console.log(cfTemplate.Resources); const authorizerLogicalId = awsNaming.getAuthorizerLogicalId('basic'); const authorizerPermissionLogicalId = awsNaming.getLambdaApiGatewayPermissionLogicalId('basic');