From 406cd71b128390c6e3233d102c5c428e9d34bb4e Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:02:48 -0700 Subject: [PATCH] remove old todo --- src/registrar/admin.py | 1 + src/registrar/management/commands/load_transition_domain.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/admin.py b/src/registrar/admin.py index 051c02e07..0e8e4847a 100644 --- a/src/registrar/admin.py +++ b/src/registrar/admin.py @@ -977,6 +977,7 @@ class MyUserAdmin(BaseUserAdmin, ImportExportModelAdmin): if flag_is_active(request, "organization_feature"): return self.analyst_readonly_fields else: + # TODO: delete after we merge organization feature return self.analyst_readonly_fields_no_portfolio def change_view(self, request, object_id, form_url="", extra_context=None): diff --git a/src/registrar/management/commands/load_transition_domain.py b/src/registrar/management/commands/load_transition_domain.py index c2dd66f55..c39856c00 100644 --- a/src/registrar/management/commands/load_transition_domain.py +++ b/src/registrar/management/commands/load_transition_domain.py @@ -295,7 +295,6 @@ class Command(BaseCommand): except Exception as err: logger.error(f"Could not load additional TransitionDomain data. {err}") raise err - # TODO: handle this better...needs more logging def handle( # noqa: C901 self,