Skip to content

Commit 18554ce

Browse files
committed
removed comment
1 parent 0003dc8 commit 18554ce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

osf/management/commands/deactivate_requested_accounts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def deactivate_requested_accounts(dry_run=True):
2929
'user_username': user.username,
3030
}
3131
)
32-
# TODO: Should ask PO whether we should send USER_REQUEST_DEACTIVATION mail
3332
else:
3433
logger.info(f'Disabling user {user._id}.')
3534
if not dry_run:

0 commit comments

Comments
 (0)