diff --git a/app/notifications/rest.py b/app/notifications/rest.py index 438d6fce0..1fc35fe8e 100644 --- a/app/notifications/rest.py +++ b/app/notifications/rest.py @@ -134,8 +134,6 @@ def send_notification(notification_type): datetime.utcnow().strftime(DATE_FORMAT) ) - print(service_stats) - if service_stats: total_sms_count = service_stats.sms_requested total_email_count = service_stats.emails_requested