Remove print statements.

This commit is contained in:
Rebecca Law
2017-01-04 13:02:01 +00:00
parent 21582cadb3
commit 8b89b7f911
2 changed files with 0 additions and 2 deletions

View File

@@ -60,7 +60,6 @@ class ServiceAPIClient(NotifyAdminAPIClient):
"""
Retrieve a list of services.
"""
print(params_dict)
return self.get('/service', params=params_dict)
def get_active_services(self, params_dict=None):