Skip to content

Commit

Permalink
Merge pull request #1100 from samjarrett/patch-1
Browse files Browse the repository at this point in the history
Remove console.log when looking up non-default VPCs
  • Loading branch information
shapirov103 authored Nov 11, 2024
2 parents 37f233f + 125091e commit 1692a0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/resource-providers/vpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export function getVPCFromId(context: ResourceContext, nodeId: string, vpcId?: s
} else {
console.log(`looking up non-default ${vpcId} VPC`);
vpc = ec2.Vpc.fromLookup(context.scope, nodeId + "-vpc", { vpcId: vpcId });
console.log(vpc);
}
}
return vpc;
Expand Down

0 comments on commit 1692a0f

Please sign in to comment.