mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -05:00
Print statement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user