Remove debugging code

This commit is contained in:
Sean Whalen
2018-03-27 16:40:00 -04:00
parent 486dbce7a6
commit e3035242f9
-1
View File
@@ -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():