From 26d6eb668e27634ed5d5f1757ac6218958ef6ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ante=20Pu=C5=A1i=C4=87?= Date: Sun, 18 Feb 2024 19:57:47 +0100 Subject: [PATCH] Remove comment --- src/query/procedure/mg_procedure_impl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/query/procedure/mg_procedure_impl.cpp b/src/query/procedure/mg_procedure_impl.cpp index 3c31e3642..cb44b3dbe 100644 --- a/src/query/procedure/mg_procedure_impl.cpp +++ b/src/query/procedure/mg_procedure_impl.cpp @@ -2986,7 +2986,6 @@ mgp_error mgp_graph_create_vertex(struct mgp_graph *graph, mgp_memory *memory, m } auto *vertex = std::visit( [=](auto *impl) { return NewRawMgpObject(memory, impl->InsertVertex(), graph); }, graph->impl); - // TODO antepusic update text index if (memgraph::flags::AreExperimentsEnabled(memgraph::flags::Experiments::TEXT_SEARCH)) { auto v_impl = vertex->getImpl(); vertex->graph->getImpl()->TextIndexAddVertex(&v_impl);