Skip to content

Commit

Permalink
Remove info message
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 26, 2023
1 parent 4a79158 commit 4a0b603
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions k4Reco/DDPlanarDigi/components/DDPlanarDigi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<Gaudi::Histograming::Sink::Traits<false, TH1D, 1>>(
name, histName, json);
Expand Down

0 comments on commit 4a0b603

Please sign in to comment.