Remove superfluous comment

This commit is contained in:
Ante Pušić 2024-01-30 16:14:26 +01:00
parent b04e40984d
commit 212ed5830f

View File

@ -480,7 +480,6 @@ void ProcessNodeRow(memgraph::storage::Storage *store, const std::vector<std::st
if (!node_label.HasValue()) throw LoadException("Couldn't add label '{}' to the node", label);
if (!*node_label) throw LoadException("The label '{}' already exists", label);
}
// TODO: refresh text index
if (acc->Commit().HasError()) throw LoadException("Couldn't store the node");
}