We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a37ac6 commit 3f19467Copy full SHA for 3f19467
packages/@aws-cdk-testing/cli-integ/lib/with-aws.ts
@@ -79,9 +79,6 @@ export function regionPool(): ResourcePool {
79
? process.env.AWS_REGIONS.split(',')
80
: [process.env.AWS_REGION ?? process.env.AWS_DEFAULT_REGION ?? 'us-east-1'];
81
82
- // eslint-disable-next-line no-console
83
- console.log(`Using regions: ${REGIONS}\n`);
84
-
85
_regionPool = ResourcePool.withResources('aws_regions', REGIONS);
86
return _regionPool;
87
}
0 commit comments