From 5764d7f9c06ae34538d685da87c366631462a8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20L=C3=BCke?= Date: Fri, 27 Dec 2024 20:15:55 +0100 Subject: [PATCH] remove debug statement --- src/mana_plugin_root_histogram.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mana_plugin_root_histogram.cc b/src/mana_plugin_root_histogram.cc index 684d11c..85b456b 100644 --- a/src/mana_plugin_root_histogram.cc +++ b/src/mana_plugin_root_histogram.cc @@ -61,9 +61,6 @@ struct ObjectPath objectName = components.back(); components.pop_back(); } - - spdlog::debug("ObjectPath: objectName={}, components={}", objectName, - fmt::join(components, ", ")); } };