remove lingering comment

This commit is contained in:
stvnrlly
2022-10-17 13:45:38 +00:00
parent 47904bf0bd
commit 1fa48ef353

View File

@@ -355,10 +355,6 @@ ORGANISATION_TYPES = [
"federal", "state", "other"
]
# CROWN_ORGANISATION_TYPES = ["nhs_central"]
# NON_CROWN_ORGANISATION_TYPES = ["local", "nhs_local", "nhs_gp", "emergency_service", "school_or_college"]
# NHS_ORGANISATION_TYPES = ["nhs_central", "nhs_local", "nhs_gp"]
class OrganisationTypes(db.Model):
__tablename__ = 'organisation_types'