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);