mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Remove get all template print
This commit is contained in:
@@ -14,8 +14,6 @@ def get_templates():
|
|||||||
|
|
||||||
templates = templates_dao.dao_get_all_templates_for_service(api_user.service_id)
|
templates = templates_dao.dao_get_all_templates_for_service(api_user.service_id)
|
||||||
|
|
||||||
print(templates)
|
|
||||||
|
|
||||||
return jsonify(
|
return jsonify(
|
||||||
templates=[template.serialize() for template in templates]
|
templates=[template.serialize() for template in templates]
|
||||||
), 200
|
), 200
|
||||||
|
|||||||
Reference in New Issue
Block a user