diff --git a/cost-estimator/estimate-costs.py b/cost-estimator/estimate-costs.py index 35e589b..d45515e 100755 --- a/cost-estimator/estimate-costs.py +++ b/cost-estimator/estimate-costs.py @@ -357,8 +357,6 @@ def report_rds(self, tags_client, reporter): self.get_rds_instances(tags_client) for rds in self.rds_instances: rds.get_db_instance(rds_client) - if "replica" in rds.service_plan_name: - print(rds.instance_guid) self.rds_instance_plans[rds.service_plan_name] += 1 self.rds_allocation += rds.allocated_storage