remove unneccessary code comment

This commit is contained in:
antoniofilipovic 2024-02-07 11:51:31 +01:00
parent 8a50abfb69
commit 01e1c7f4d4

View File

@ -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 &) {