Skip to content

Commit

Permalink
[AWSC] remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelAllier committed Sep 27, 2023
1 parent 84bf041 commit e043627
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws/rds_enhanced_monitoring/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ def _process_rds_enhanced_monitoring_message(ts, message, account, region):
)

if "system" in message:
print(message["system"])
for key, value in message["system"].items():
stats.gauge(
"aws.rds.system.%s" % key,
Expand Down

0 comments on commit e043627

Please sign in to comment.