From d2a1da9ea6cf134f51ef73280a0e09af9033e8f2 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Tue, 25 Jul 2017 11:44:39 +0100 Subject: [PATCH] Removed comment --- app/dao/monthly_billing_dao.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/dao/monthly_billing_dao.py b/app/dao/monthly_billing_dao.py index 6cc499001..cd51c19d3 100644 --- a/app/dao/monthly_billing_dao.py +++ b/app/dao/monthly_billing_dao.py @@ -46,8 +46,6 @@ def get_monthly_billing_sms(service_id, billing_month): def _monthly_billing_data_to_json(monthly): - # ('April', 6, 1, False, 'sms', 0.014) - # (month, billing_units, rate_multiplier, international, notification_type, rate) # total cost must take into account the free allowance. # might be a good idea to capture free allowance in this table return [{"billing_units": x.billing_units,