Print statement

This commit is contained in:
Martyn Inglis
2016-03-10 09:57:44 +00:00
parent fd7eb54d10
commit 685c66b3d3

View File

@@ -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