Added a hint for Receives replies

This commit is contained in:
Rebecca Law
2017-11-02 14:58:14 +00:00
parent 2ea921952f
commit 83bfc50884
3 changed files with 24 additions and 2 deletions

View File

@@ -61,7 +61,6 @@ class NotificationApiClient(NotifyAdminAPIClient):
'personalisation': personalisation,
}
if sender_id:
print(sender_id)
data['sender_id'] = sender_id
data = _attach_current_user(data)
return self.post(url='/service/{}/send-notification'.format(service_id), data=data)