Skip to content

Commit

Permalink
Remove slightly misleading warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Feb 22, 2024
1 parent 3d81265 commit 95ad584
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions k4FWCore/components/PodioInput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ void PodioInput::fillReaders() {
maybeRead<edm4hep::TrackerHit3DCollection>(collName);
};
m_readers["edm4hep::TrackerHitCollection"] = [&](std::string_view collName) {
warning() << "Reading a TrackerHitCollection via TrackerHit3DCollection (" << collName
<< "). Make sure to transition properly" << endmsg;
maybeRead<edm4hep::TrackerHit3DCollection>(collName);
};
m_readers["edm4hep::TrackerHitPlaneCollection"] = [&](std::string_view collName) {
Expand Down

0 comments on commit 95ad584

Please sign in to comment.