Skip to content

Commit 0818fb2

Browse files
committed
omgggg
1 parent ae56f62 commit 0818fb2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/@aws-cdk-testing/cli-integ/tests/cli-integ-tests/proxy/cdk-requests-go-through-a-proxy-when-configured.integtest.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ integTest('requests go through a proxy when configured',
1717
// Delete connection cache if it exists
1818
await fs.rm(path.join(cdkCacheDir, 'connection.json'), { force: true });
1919

20-
const connections1 = JSON.parse(await fs.readFile(path.join(cdkCacheDir, 'connection.json'), 'utf8'));
21-
// eslint-disable-next-line no-console
22-
console.log(connections1);
23-
2420
await fixture.cdkDeploy('test-2', {
2521
captureStderr: true,
2622
options: [

0 commit comments

Comments
 (0)