From 95ad58424c921c71151b76974aaaa3347b778a52 Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Thu, 22 Feb 2024 16:45:19 +0100 Subject: [PATCH] Remove slightly misleading warning --- k4FWCore/components/PodioInput.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/k4FWCore/components/PodioInput.cpp b/k4FWCore/components/PodioInput.cpp index 9f030f8f..dd0c6d18 100644 --- a/k4FWCore/components/PodioInput.cpp +++ b/k4FWCore/components/PodioInput.cpp @@ -96,8 +96,6 @@ void PodioInput::fillReaders() { maybeRead(collName); }; m_readers["edm4hep::TrackerHitCollection"] = [&](std::string_view collName) { - warning() << "Reading a TrackerHitCollection via TrackerHit3DCollection (" << collName - << "). Make sure to transition properly" << endmsg; maybeRead(collName); }; m_readers["edm4hep::TrackerHitPlaneCollection"] = [&](std::string_view collName) {