Skip to content

Commit

Permalink
chore: Remove unused dfir-iris connection verification
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwalton committed Aug 23, 2024
1 parent 88afba8 commit 18289a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/app/customer_provisioning/services/provision.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ async def verify_required_tools() -> None:
await verify_connection("Graylog", verify_graylog_connection)
await verify_connection("Wazuh-Manager", verify_wazuh_manager_connection)
await verify_connection("Grafana", verify_grafana_connection)
await verify_connection("DFIR-IRIS", verify_dfir_iris_connection)


# ! MAIN FUNCTION ! #
Expand Down

0 comments on commit 18289a3

Please sign in to comment.