Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Jan 24, 2024
1 parent 1e10765 commit e3ffd5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aws/ec2-wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export class EC2Wrapper {
* @returns {Promise.<Vpc[]>}
*/
public async getVpcs (): Promise<Vpc[]> {
console.log(await this.ec2.config.region());
return await getAWSPagedResults(
this.ec2,
"Vpcs",
Expand Down

0 comments on commit e3ffd5c

Please sign in to comment.