Removes the unnecessary todo

That comment was a leftover from the experimentation phase
which survived across rebases.
This commit is contained in:
Carlos Nihelton 2022-05-12 16:09:51 -03:00
parent ad3734f2b6
commit a0f82f0b5b
No known key found for this signature in database
GPG Key ID: 6FE346D245197E9A
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ class IdentityController(SubiquityController):
'additionalProperties': False,
}
# TODO: Find THE way to initialize application_reserved_names.
def __init__(self, app):
super().__init__(app)
core_reserved_path = resource_path("reserved-usernames")