mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-07-05 08:24:18 +00:00
Remove debugging code
This commit is contained in:
@@ -174,7 +174,6 @@ def set_hosts(hosts):
|
||||
|
||||
def create_indexes():
|
||||
"""Creates the required indexes"""
|
||||
aggregate_index.delete()
|
||||
if not aggregate_index.exists():
|
||||
aggregate_index.create()
|
||||
if not forensic_index.exists():
|
||||
|
||||
Reference in New Issue
Block a user