Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Mar 7, 2024
1 parent 4696f38 commit e5cc1ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aws/cloud-formation-wrapper.ts
Expand Up @@ -40,7 +40,6 @@ class CloudFormationWrapper {
*/
public async findApiId (apiType: string): Promise<string> {
const configApiId = await this.getConfigId(apiType);
console.log(`configApiId: ${configApiId}`);
if (configApiId) {
return configApiId;
}
Expand Down

0 comments on commit e5cc1ae

Please sign in to comment.