refactor: Remove telemetry call

This commit is contained in:
Igor Ilic 2025-09-25 17:39:29 +02:00
parent 3b9415ee88
commit f09376429b

View file

@ -182,5 +182,4 @@ async def brute_force_triplet_search(
query,
error,
)
send_telemetry("cognee.brute_force_triplet_search EXECUTION FAILED", {"error": str(error)})
raise error