mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 12:18:25 -04:00
Remove print
This commit is contained in:
@@ -38,7 +38,6 @@ from app import user_api_client, current_service, organisations_client
|
|||||||
@login_required
|
@login_required
|
||||||
@user_has_permissions('manage_settings', admin_override=True)
|
@user_has_permissions('manage_settings', admin_override=True)
|
||||||
def service_settings(service_id):
|
def service_settings(service_id):
|
||||||
print(current_service)
|
|
||||||
letter_branding_organisations = organisations_client.get_letter_organisations()
|
letter_branding_organisations = organisations_client.get_letter_organisations()
|
||||||
if current_service['organisation']:
|
if current_service['organisation']:
|
||||||
organisation = organisations_client.get_organisation(current_service['organisation'])['organisation']
|
organisation = organisations_client.get_organisation(current_service['organisation'])['organisation']
|
||||||
|
|||||||
Reference in New Issue
Block a user