From 279415067e8be17682252065daffd37624139044 Mon Sep 17 00:00:00 2001 From: Alexander Zalyalov Date: Fri, 9 Feb 2024 14:42:35 +0000 Subject: [PATCH] remove dead code --- ydb/core/mind/hive/monitoring.cpp | 79 ------------------------------- 1 file changed, 79 deletions(-) diff --git a/ydb/core/mind/hive/monitoring.cpp b/ydb/core/mind/hive/monitoring.cpp index 5bdbcd27469a..e7259b9cf16f 100644 --- a/ydb/core/mind/hive/monitoring.cpp +++ b/ydb/core/mind/hive/monitoring.cpp @@ -4284,85 +4284,6 @@ class TTxMonEvent_OperationsLog : public TTransactionBase { MaxCount = FromStringWithDefault(Event->Cgi().Get("max"), MaxCount); } - /*void WriteDescription(TStringStream& out, const NKikimrHive::TOperation& protoOperation) { - bool written = false; - if (protoOperation.HasConfigUpdates()) { - written = true; - out << "Config Update:
"; - out << ""; - } - if (protoOperation.HasNodeOperation()) { - written = true; - const auto& nodeOp = protoOperation.GetNodeOperation(); - out << "Node " << nodeOp.GetNodeId() << " Settings update:"; - out << ""; - } - if (protoOperation.HasAllowedMetricsUpdates()) { - written = true; - out << "Allowed metrics update:"; - out << ""; - } - if (!written) { - out << "???"; - } - }*/ - bool Execute(TTransactionContext& txc, const TActorContext& ctx) override { TStringStream out; out << "";