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: