Remove get all template print

This commit is contained in:
Ken Tsang
2017-04-18 10:46:22 +01:00
parent 5ef0ecf9bf
commit c33b876c66

View File

@@ -14,8 +14,6 @@ def get_templates():
templates = templates_dao.dao_get_all_templates_for_service(api_user.service_id)
print(templates)
return jsonify(
templates=[template.serialize() for template in templates]
), 200