From ea64f2e9063707dfb6d7da45fa8228079238e9d6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ante=20Pu=C5=A1i=C4=87?= <ante.pusic@memgraph.io>
Date: Sun, 4 Feb 2024 18:24:30 +0100
Subject: [PATCH] Remove superfluous comment

---
 src/storage/v2/inmemory/storage.cpp | 1 -
 1 file changed, 1 deletion(-)

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