diff --git a/source/patterns/@aws-solutions-constructs/aws-kinesisfirehose-s3/lib/index.ts b/source/patterns/@aws-solutions-constructs/aws-kinesisfirehose-s3/lib/index.ts index 7eedf2d6e..0a9d21c65 100644 --- a/source/patterns/@aws-solutions-constructs/aws-kinesisfirehose-s3/lib/index.ts +++ b/source/patterns/@aws-solutions-constructs/aws-kinesisfirehose-s3/lib/index.ts @@ -170,7 +170,6 @@ export class KinesisFirehoseToS3 extends Construct { awsManagedKey ); - printWarning(`kinesisFirehoseProps: ${JSON.stringify(props.kinesisFirehoseProps, null, 2)}`); // if the client didn't explicity say it was a Kinesis client, then turn on encryption if (!props.kinesisFirehoseProps || !props.kinesisFirehoseProps.deliveryStreamType || @@ -194,4 +193,4 @@ export class KinesisFirehoseToS3 extends Construct { kinesisFirehoseProps ); } -} \ No newline at end of file +}