Remove superfluous comment

This commit is contained in:
Ante Pušić 2024-02-04 18:24:30 +01:00
parent 71d2a2f9ea
commit ea64f2e906

View File

@ -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: {