From 4a0b603c31dce26fb44cfef8817e688e7db4687e Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Thu, 26 Oct 2023 09:54:00 +0200 Subject: [PATCH] Remove info message --- k4Reco/DDPlanarDigi/components/DDPlanarDigi.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/k4Reco/DDPlanarDigi/components/DDPlanarDigi.cpp b/k4Reco/DDPlanarDigi/components/DDPlanarDigi.cpp index d590f7f..258e887 100644 --- a/k4Reco/DDPlanarDigi/components/DDPlanarDigi.cpp +++ b/k4Reco/DDPlanarDigi/components/DDPlanarDigi.cpp @@ -336,10 +336,6 @@ StatusCode DDPlanarDigi::finalize() { // Name that will appear in the stats table std::string histName = *it; nlohmann::json json = *h; - // Name of the histogram in the ROOT file - if (strcmp(*it, "diffu") == 0) { - info() << json << endmsg; - } auto [histo, dir] = Gaudi::Histograming::Sink::jsonToRootHistogram>( name, histName, json);