Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
The JSON.stringify() call in this statement caused problems
  • Loading branch information
biffgaut committed Apr 7, 2022
1 parent b620ce6 commit 18b9290
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||
Expand All @@ -194,4 +193,4 @@ export class KinesisFirehoseToS3 extends Construct {
kinesisFirehoseProps
);
}
}
}

0 comments on commit 18b9290

Please sign in to comment.