Skip to content

Commit

Permalink
Remove info message
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Feb 17, 2024
1 parent b2cab58 commit 2d79cd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion k4FWCore/components/IOSvc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ void IOSvc::handle(const Incident& incident) {
DataObject* p;
code = m_dataSvc->retrieveObject("/Event/_Frame", p);
if (code.isFailure()) {
info() << "No frame found" << endmsg;
return;
}

Expand Down

0 comments on commit 2d79cd8

Please sign in to comment.