Skip to content

Commit 3f19467

Browse files
authored
fix: remove logging (#65)
We now run every test in its own process, which means every test prints this log. Remove it, because it's noisy.
1 parent 9a37ac6 commit 3f19467

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/@aws-cdk-testing/cli-integ/lib/with-aws.ts

-3
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ export function regionPool(): ResourcePool {
7979
? process.env.AWS_REGIONS.split(',')
8080
: [process.env.AWS_REGION ?? process.env.AWS_DEFAULT_REGION ?? 'us-east-1'];
8181

82-
// eslint-disable-next-line no-console
83-
console.log(`Using regions: ${REGIONS}\n`);
84-
8582
_regionPool = ResourcePool.withResources('aws_regions', REGIONS);
8683
return _regionPool;
8784
}

0 commit comments

Comments
 (0)