diff --git a/backend/config/management/commands/ta_startup.py b/backend/config/management/commands/ta_startup.py index e65a701a..35daad7f 100644 --- a/backend/config/management/commands/ta_startup.py +++ b/backend/config/management/commands/ta_startup.py @@ -280,11 +280,12 @@ class Command(BaseCommand): self.style.SUCCESS(f" added new default: {new_default}") ) - cleared = AppConfig().clear_old_keys() - for removed_key in cleared: - self.stdout.write( - self.style.SUCCESS(f" removed old key: {removed_key}") - ) + # FIXME + # cleared = AppConfig().clear_old_keys() + # for removed_key in cleared: + # self.stdout.write( + # self.style.SUCCESS(f" removed old key: {removed_key}") + # ) return