We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24eb45 commit f94d505Copy full SHA for f94d505
packages/core/src/shared/clients/ec2Client.ts
@@ -53,7 +53,6 @@ export class Ec2Client {
53
public constructor(public readonly regionCode: string) {}
54
55
private async createSdkClient(): Promise<EC2Client> {
56
- console.log('Creating EC2 client')
57
return await globals.sdkClientBuilderV3.createAwsService(EC2Client, undefined, this.regionCode)
58
}
59
0 commit comments