From 685c66b3d3b79f320346ca9941536cd48434b3b8 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Thu, 10 Mar 2016 09:57:44 +0000 Subject: [PATCH] Print statement --- app/notifications/rest.py | 2 -- 1 file changed, 2 deletions(-) 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