mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Remove print statements.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user