test: Remove commented out code

This commit is contained in:
Mariusz Nowak 2022-10-11 14:21:19 +02:00 committed by Mariusz Nowak
parent 7e640a960d
commit 33b998cbbf

View File

@ -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');