Removed prints

This commit is contained in:
Ken Tsang
2017-06-26 14:26:46 +01:00
committed by venusbb
parent c1caa4a5da
commit 815f4d0a81
2 changed files with 0 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ from app.celery.statistics_tasks import record_initial_job_statistics, create_in
def send_sms_to_provider(notification):
service = notification.service
print('send')
if not service.active:
technical_failure(notification=notification)
return