From 6302cf04e507db30a2711edb9b632dddebf29611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Paw=C5=82aszek?= Date: Tue, 9 Jan 2024 12:49:35 +0100 Subject: [PATCH] refactor: removing output logging in tests --- test/core/flows/on-demand-flow-metrics.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/core/flows/on-demand-flow-metrics.test.ts b/test/core/flows/on-demand-flow-metrics.test.ts index cb2cc48a..2b74a43d 100644 --- a/test/core/flows/on-demand-flow-metrics.test.ts +++ b/test/core/flows/on-demand-flow-metrics.test.ts @@ -45,7 +45,6 @@ describe('OnDemandFlow metrics', () => { addAlarmForMetric(stack, flow.metricFlowExecutionRecordsProcessed(), 'FlowExecutionRecordsProcessedAlarm'); const template = Template.fromStack(stack); - console.log(JSON.stringify(template.toJSON())); template.resourceCountIs('AWS::CloudWatch::Alarm', 5); template.hasResourceProperties('AWS::CloudWatch::Alarm', {