diff --git a/src/storage/v2/inmemory/storage.cpp b/src/storage/v2/inmemory/storage.cpp index 9fede3173..a910e5fba 100644 --- a/src/storage/v2/inmemory/storage.cpp +++ b/src/storage/v2/inmemory/storage.cpp @@ -957,7 +957,6 @@ void InMemoryStorage::InMemoryAccessor::Abort() { } // Setting the correct value vertex->properties.SetProperty(current->property.key, current->property.value); - // TODO antepusic: update text index here or at the end of Abort()? break; } case Delta::Action::ADD_IN_EDGE: {