Removed the performance testing statsd calls as they are no longer

needed for monitoring the performance of the v2 endpoints. They were put
in as a temporary measure whilst sustained performance testing was
taking place.
This commit is contained in:
Richard Chapman
2018-01-26 09:08:45 +00:00
parent f784cc69ad
commit 083bfb9ea5
4 changed files with 0 additions and 10 deletions

View File

@@ -10,7 +10,6 @@ def create_post_sms_response_from_notification(notification, content, from_numbe
return noti
@statsd(namespace="performance-testing")
def create_post_email_response_from_notification(notification, content, subject, email_from, url_root, scheduled_for):
noti = __create_notification_response(notification, url_root, scheduled_for)
noti['content'] = {