[cli][domain] Remove misplaced elif in add_acls.

This commit is contained in:
Joël Maïzi 2020-09-16 12:21:52 +02:00
parent c97fa3b4c2
commit 31a8f68a0a
1 changed files with 0 additions and 3 deletions

View File

@ -102,9 +102,6 @@ def update_db(domain):
add_acl_fct(fct)
acl.insert()
elif fct is None:
acl.delete()
def get_fct_name(http_verb, path):
"""