From 18554ce93ba3ebce98d3b5e0f85921436a8860e1 Mon Sep 17 00:00:00 2001 From: Bohdan Odintsov Date: Tue, 3 Mar 2026 17:15:00 +0200 Subject: [PATCH] removed comment --- osf/management/commands/deactivate_requested_accounts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/osf/management/commands/deactivate_requested_accounts.py b/osf/management/commands/deactivate_requested_accounts.py index 19e094b17d5..6f85296dec2 100644 --- a/osf/management/commands/deactivate_requested_accounts.py +++ b/osf/management/commands/deactivate_requested_accounts.py @@ -29,7 +29,6 @@ def deactivate_requested_accounts(dry_run=True): 'user_username': user.username, } ) - # TODO: Should ask PO whether we should send USER_REQUEST_DEACTIVATION mail else: logger.info(f'Disabling user {user._id}.') if not dry_run: