From 01e1c7f4d40182b2d83af4b42398d322d38b41c7 Mon Sep 17 00:00:00 2001 From: antoniofilipovic <filipovicantonio1998@gmail.com> Date: Wed, 7 Feb 2024 11:51:31 +0100 Subject: [PATCH] remove unneccessary code comment --- src/query/interpreter.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/query/interpreter.hpp b/src/query/interpreter.hpp index 93d19db28..82e5a0f61 100644 --- a/src/query/interpreter.hpp +++ b/src/query/interpreter.hpp @@ -466,9 +466,6 @@ std::map<std::string, TypedValue> Interpreter::Pull(TStream *result_stream, std: // We can only clear this execution as some of the queries // in the transaction can be in unfinished state query_execution.reset(nullptr); - // if (current_transaction_) { - // memgraph::memory::TryStopTrackingOnTransaction(*current_transaction_); - // } } } } catch (const ExplicitTransactionUsageException &) {