Skip to content

Commit 0fef056

Browse files
author
AlexHladin
committed
fix: remove console.log
1 parent 8189cdb commit 0fef056

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/resources/Api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ export class Api {
146146
const roleLogicalId = this.naming.getLogGroupRoleLogicalId();
147147
const policyLogicalId = this.naming.getLogGroupPolicyLogicalId();
148148
const apiLogicalId = this.naming.getApiLogicalId();
149-
console.log(apiLogicalId);
150149

151150
if (this.config.logging.roleArn) {
152151
return {

0 commit comments

Comments
 (0)