Skip to content

Commit 18b9290

Browse files
authored
Remove debug statement
The JSON.stringify() call in this statement caused problems
1 parent b620ce6 commit 18b9290

File tree

1 file changed

+1
-2
lines changed
  • source/patterns/@aws-solutions-constructs/aws-kinesisfirehose-s3/lib

1 file changed

+1
-2
lines changed

Diff for: source/patterns/@aws-solutions-constructs/aws-kinesisfirehose-s3/lib/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ export class KinesisFirehoseToS3 extends Construct {
170170
awsManagedKey
171171
);
172172

173-
printWarning(`kinesisFirehoseProps: ${JSON.stringify(props.kinesisFirehoseProps, null, 2)}`);
174173
// if the client didn't explicity say it was a Kinesis client, then turn on encryption
175174
if (!props.kinesisFirehoseProps ||
176175
!props.kinesisFirehoseProps.deliveryStreamType ||
@@ -194,4 +193,4 @@ export class KinesisFirehoseToS3 extends Construct {
194193
kinesisFirehoseProps
195194
);
196195
}
197-
}
196+
}

0 commit comments

Comments
 (0)