From 4e0ef92415bcd62ac9d91b1c83678ad1cc5719f4 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 14 Mar 2017 13:03:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/alphagov/notifications-admin/blame/f5166bec79656c98ed1ac899dad90379f01bd2ee/app/notify_client/service_api_client.py#L143 --- app/notify_client/service_api_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/notify_client/service_api_client.py b/app/notify_client/service_api_client.py index 5f93f7ca0..72d489a2d 100644 --- a/app/notify_client/service_api_client.py +++ b/app/notify_client/service_api_client.py @@ -140,7 +140,6 @@ class ServiceAPIClient(NotifyAdminAPIClient): }) data = _attach_current_user(data) endpoint = "/service/{0}/template".format(service_id) - print('got here in create_service_template') return self.post(endpoint, data) def update_service_template(self, id_, name, type_, content, service_id, subject=None, process_type=None):