diff --git a/cognee/modules/graph/cognee_graph/CogneeGraph.py b/cognee/modules/graph/cognee_graph/CogneeGraph.py index da8c2254a..bec9b15fd 100644 --- a/cognee/modules/graph/cognee_graph/CogneeGraph.py +++ b/cognee/modules/graph/cognee_graph/CogneeGraph.py @@ -183,8 +183,6 @@ class CogneeGraph(CogneeAbstractGraph): self.triplet_distance_penalty = triplet_distance_penalty - import time - start_time = time.time() # Process nodes for node_id, properties in nodes_data: