remove todo text for thing i've already done 😅

This commit is contained in:
codl 2017-08-07 15:30:05 +02:00
parent b7a478dd95
commit a6678f1057
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 0 additions and 4 deletions

View File

@ -102,10 +102,6 @@ def disable():
@require_auth
def enable():
# TODO require confirmation when risky
# i.e. about to instantly delete a lot of posts,
# or when enabling for the first time (last_delete is >1 year in the past)
risky = False
if not 'confirm' in request.form and not g.viewer.account.policy_enabled:
if g.viewer.account.policy_delete_every == timedelta(0):